public class Http2ToHttpInboundAdapter
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2Frame>
Http2Frame
s to HttpObject
s. Ignores the majority of Http2Frame
s 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, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
Copyright © 2019. All rights reserved.