| 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 Channels 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.handler.codec.socks.SocksMessage.encodeAsByteBuf(ByteBuf)
Do not use; this method was intended for an internal use only.
|
| io.netty.handler.codec.http.HttpObjectEncoder.encodeAscii(String, ByteBuf) |
| io.netty.channel.group.ChannelGroup.flushAndWrite(Object)
|
| io.netty.channel.group.ChannelGroup.flushAndWrite(Object, ChannelMatcher)
|
| io.netty.buffer.PooledByteBufAllocator.freeThreadLocalCache() |
| io.netty.handler.codec.socks.SocksCmdStatus.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksAuthStatus.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksProtocolVersion.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksAuthScheme.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksSubnegotiationVersion.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksCmdType.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksAddressType.fromByte(byte)
|
| io.netty.handler.codec.socks.SocksInitResponseDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksCmdResponseDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksCmdRequestDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksAuthRequestDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksAuthResponseDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksInitRequestDecoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.handler.codec.socks.SocksMessageEncoder.getName()
Will be removed at the next minor version bump.
|
| io.netty.buffer.PooledByteBufAllocator.hasThreadLocalCache() |
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.handler.codec.serialization.ObjectDecoderInputStream.readLine()
|
| io.netty.channel.ChannelOutboundBuffer.recycle() |
| io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory.sendUnsupportedWebSocketVersionResponse(Channel)
|
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.util.ResourceLeakDetector.setEnabled(boolean)
|
| io.netty.channel.ThreadPerChannelEventLoopGroup.shutdown() |
| io.netty.util.concurrent.GlobalEventExecutor.shutdown() |
| io.netty.util.concurrent.AbstractEventExecutorGroup.shutdown()
|
| io.netty.util.concurrent.EventExecutorGroup.shutdown()
|
| io.netty.util.concurrent.MultithreadEventExecutorGroup.shutdown() |
| io.netty.util.concurrent.AbstractEventExecutor.shutdown()
|
| io.netty.util.concurrent.SingleThreadEventExecutor.shutdown() |
| io.netty.util.concurrent.ImmediateEventExecutor.shutdown() |
| io.netty.util.concurrent.AbstractEventExecutorGroup.shutdownNow()
|
| io.netty.util.concurrent.EventExecutorGroup.shutdownNow()
|
| io.netty.util.concurrent.AbstractEventExecutor.shutdownNow()
|