private final class Http2ConnectionHandler.FrameDecoder extends Http2ConnectionHandler.BaseDecoder
Modifier | Constructor and Description |
---|---|
private |
FrameDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
decode(ChannelHandlerContext ctx,
ByteBuf in,
java.util.List<java.lang.Object> out) |
channelActive, channelInactive, handlerRemoved, prefaceSent
public void decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out) throws java.lang.Exception
decode
in class Http2ConnectionHandler.BaseDecoder
java.lang.Exception