SPDY: allow subclassing of SpdyFrameCodec
This commit is contained in:
parent
724aed4757
commit
c09d85f699
@ -29,7 +29,7 @@ import java.util.List;
|
|||||||
/**
|
/**
|
||||||
* A {@link ChannelHandler} that encodes and decodes SPDY Frames.
|
* A {@link ChannelHandler} that encodes and decodes SPDY Frames.
|
||||||
*/
|
*/
|
||||||
public final class SpdyFrameCodec extends ByteToMessageDecoder implements SpdyFrameDecoderDelegate {
|
public class SpdyFrameCodec extends ByteToMessageDecoder implements SpdyFrameDecoderDelegate {
|
||||||
|
|
||||||
private static final SpdyProtocolException INVALID_FRAME =
|
private static final SpdyProtocolException INVALID_FRAME =
|
||||||
new SpdyProtocolException("Received invalid frame");
|
new SpdyProtocolException("Received invalid frame");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user