public final class Http2SettingsFrameHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2SettingsFrame>
Http2SettingsFrame
received from serverConstructor 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, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelWritabilityChanged, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public 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.ChannelInboundHandler
channelUnregistered
in class io.netty.channel.ChannelInboundHandlerAdapter
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable cause)
exceptionCaught
in interface io.netty.channel.ChannelHandler
exceptionCaught
in interface io.netty.channel.ChannelInboundHandler
exceptionCaught
in class io.netty.channel.ChannelInboundHandlerAdapter
Copyright © 2019. All rights reserved.