public final class Http2SettingsFrameHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2SettingsFrame>
Http2SettingsFrame received from server| Constructor and Description |
|---|
Http2SettingsFrameHandler(io.netty.channel.Channel channel,
long clientMaxStreams,
AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2SettingsFrame msg) |
void |
channelUnregistered(io.netty.channel.ChannelHandlerContext ctx) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic Http2SettingsFrameHandler(io.netty.channel.Channel channel,
long clientMaxStreams,
AtomicReference<io.netty.channel.pool.ChannelPool> channelPoolRef)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2SettingsFrame msg)
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2SettingsFrame>public void channelUnregistered(io.netty.channel.ChannelHandlerContext ctx)
channelUnregistered in interface io.netty.channel.ChannelInboundHandlerchannelUnregistered in class io.netty.channel.ChannelInboundHandlerAdapterpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2023. All rights reserved.