io.netty.channel.ChannelFlushPromiseNotifier.add(ChannelPromise, int)
|
io.netty.channel.group.ChannelGroup.deregister()
This method will be removed in the next major feature release.
Deregister all Channel s in this group from their EventLoop .
Please note that this operation is asynchronous as Channel.deregister() is.
|
io.netty.channel.group.ChannelGroup.deregister(ChannelMatcher)
|
io.netty.channel.group.ChannelGroup.flushAndWrite(Object)
|
io.netty.channel.group.ChannelGroup.flushAndWrite(Object, ChannelMatcher)
|
io.netty.channel.ChannelConfig.isAutoClose()
From version 5.0, Channel will not be closed on write failure.
Returns true if and only if the Channel will be closed automatically and immediately on
write failure. The default is false .
|
io.netty.channel.embedded.EmbeddedChannel.lastInboundBuffer()
|
io.netty.channel.embedded.EmbeddedChannel.lastOutboundBuffer()
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures()
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures(Throwable)
|
io.netty.channel.ChannelFlushPromiseNotifier.notifyFlushFutures(Throwable, Throwable)
|
io.netty.channel.ChannelOutboundBuffer.recycle() |
io.netty.channel.ChannelConfig.setAutoClose(boolean)
From version 5.0, Channel will not be closed on write failure.
Sets whether the Channel should be closed automatically and immediately on write faillure.
The default is false .
|
io.netty.channel.ThreadPerChannelEventLoopGroup.shutdown() |