public class Http2GoAwayFrameHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http2.Http2GoAwayFrame>
Http2GoAwayFrames sent on a connection. This will pass the frame along to the connection's
MultiplexedChannelRecord.goAway(Http2GoAwayFrame) method.| Constructor and Description |
|---|
Http2GoAwayFrameHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2GoAwayFrame frame) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableCopyright © 2019. All rights reserved.