public class MultiplexedChannelRecord extends Object
Future for the actual socket channel and tracks available
streams based on the MAX_CONCURRENT_STREAMS setting for the connection.| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<io.netty.channel.Channel> |
getConnectionFuture() |
void |
goAway(io.netty.handler.codec.http2.Http2GoAwayFrame frame)
Handle a
Http2GoAwayFrame on this connection, preventing new streams from being created on it, and closing any
streams newer than the last-stream-id on the go-away frame. |
void |
shutdownChildChannels(Throwable t)
Delivers the exception to all registered child channels, and prohibits new streams being created on this connection.
|
public void goAway(io.netty.handler.codec.http2.Http2GoAwayFrame frame)
Http2GoAwayFrame on this connection, preventing new streams from being created on it, and closing any
streams newer than the last-stream-id on the go-away frame.public void shutdownChildChannels(Throwable t)
t - Exception to deliver.public io.netty.util.concurrent.Future<io.netty.channel.Channel> getConnectionFuture()
Copyright © 2019. All rights reserved.