Package io.netty.handler.codec.http2
Class Http2ConnectionHandler.BaseDecoder
java.lang.Object
io.netty.handler.codec.http2.Http2ConnectionHandler.BaseDecoder
- Direct Known Subclasses:
Http2ConnectionHandler.FrameDecoder
,Http2ConnectionHandler.PrefaceDecoder
- Enclosing class:
Http2ConnectionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
abstract void
decode
(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) void
boolean
Determine if the HTTP/2 connection preface been sent.
-
Constructor Details
-
BaseDecoder
private BaseDecoder()
-
-
Method Details
-
decode
public abstract void decode(ChannelHandlerContext ctx, ByteBuf in, List<Object> out) throws Exception - Throws:
Exception
-
handlerRemoved
- Throws:
Exception
-
channelActive
- Throws:
Exception
-
channelInactive
- Throws:
Exception
-
prefaceSent
public boolean prefaceSent()Determine if the HTTP/2 connection preface been sent.
-