public final class Http2GoAwayEventListener
extends io.netty.handler.codec.http2.Http2ConnectionAdapter
Http2GoAwayFrames sent on a connection. This will pass the frame along to the connection's
Http2MultiplexedChannelPool.handleGoAway(Channel, int, GoAwayException).| Constructor and Description |
|---|
Http2GoAwayEventListener(io.netty.channel.Channel parentChannel) |
| Modifier and Type | Method and Description |
|---|---|
void |
onGoAwayReceived(int lastStreamId,
long errorCode,
io.netty.buffer.ByteBuf debugData) |
public Http2GoAwayEventListener(io.netty.channel.Channel parentChannel)
public void onGoAwayReceived(int lastStreamId,
long errorCode,
io.netty.buffer.ByteBuf debugData)
onGoAwayReceived in interface io.netty.handler.codec.http2.Http2Connection.ListeneronGoAwayReceived in class io.netty.handler.codec.http2.Http2ConnectionAdapterCopyright © 2019. All rights reserved.