SPDY: allow subclassing of SpdyFrameCodec

This commit is contained in:
Jeff Pinner 2014-05-02 09:12:55 -07:00 committed by Norman Maurer
parent 296db210ab
commit 9dbcf1af49

View File

@ -31,7 +31,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 public class SpdyFrameCodec extends ByteToMessageDecoder
implements SpdyFrameDecoderDelegate, ChannelOutboundHandler { implements SpdyFrameDecoderDelegate, ChannelOutboundHandler {
private static final SpdyProtocolException INVALID_FRAME = private static final SpdyProtocolException INVALID_FRAME =