public class Http2ToHttpInboundAdapter
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2Frame>
Http2Frames to HttpObjects. Ignores the majority of Http2Frames like PING
or SETTINGS.| Modifier and Type | Class and Description |
|---|---|
static class |
Http2ToHttpInboundAdapter.Http2ResetException |
| Constructor and Description |
|---|
Http2ToHttpInboundAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Frame frame) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableCopyright © 2019. All rights reserved.