public final 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 |
shutdownChildChannels(Throwable t)
Delivers the exception to all registered child channels.
|
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.