private abstract class Http2ConnectionHandler.BaseDecoder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
BaseDecoder() |
Modifier and Type | Method and Description |
---|---|
void |
channelActive(ChannelHandlerContext ctx) |
void |
channelInactive(ChannelHandlerContext ctx) |
abstract void |
decode(ChannelHandlerContext ctx,
ByteBuf in,
java.util.List<java.lang.Object> out) |
void |
handlerRemoved(ChannelHandlerContext ctx) |
boolean |
prefaceSent()
Determine if the HTTP/2 connection preface been sent.
|
public abstract void decode(ChannelHandlerContext ctx, ByteBuf in, java.util.List<java.lang.Object> out) throws java.lang.Exception
java.lang.Exception
public void handlerRemoved(ChannelHandlerContext ctx) throws java.lang.Exception
java.lang.Exception
public void channelActive(ChannelHandlerContext ctx) throws java.lang.Exception
java.lang.Exception
public void channelInactive(ChannelHandlerContext ctx) throws java.lang.Exception
java.lang.Exception
public boolean prefaceSent()