| io.netty.channel.ChannelFlushPromiseNotifier.add(ChannelPromise, int)
|
| io.netty.channel.ChannelHandlerContext.attr(AttributeKey)
Use AttributeMap.attr(AttributeKey)
|
| io.netty.bootstrap.AbstractBootstrap.channelFactory(ChannelFactory extends C>)
|
| io.netty.bootstrap.ServerBootstrap.childGroup()
|
| io.netty.channel.group.ChannelGroup.deregister()
|
| io.netty.channel.group.ChannelGroup.deregister(ChannelMatcher)
|
| io.netty.channel.AbstractChannel.AbstractUnsafe.ensureOpen(ChannelPromise) |
| io.netty.channel.ChannelHandler.exceptionCaught(ChannelHandlerContext, Throwable)
|
| io.netty.channel.group.ChannelGroup.flushAndWrite(Object)
|
| io.netty.channel.group.ChannelGroup.flushAndWrite(Object, ChannelMatcher)
|
| io.netty.channel.DefaultChannelConfig.getMaxMessagesPerRead() |
io.netty.channel.ChannelConfig.getMaxMessagesPerRead()
Use MaxMessagesRecvByteBufAllocator
Returns the maximum number of messages to read per read loop.
a channelRead() event.
If this value is greater than 1, an event loop might attempt to read multiple times to procure multiple messages.
|
| io.netty.bootstrap.AbstractBootstrap.group()
|
| io.netty.channel.ChannelHandlerContext.hasAttr(AttributeKey)
Use AttributeMap.hasAttr(AttributeKey)
|
| io.netty.channel.AbstractChannel.invalidateLocalAddress()
no use-case for this.
|
| io.netty.channel.AbstractChannel.invalidateRemoteAddress()
no use-case for this.
|
io.netty.channel.ChannelConfig.isAutoClose()
Auto close will be removed in a future release.
Returns true if and only if the Channel will be closed automatically and immediately on
write failure. The default is false.
|
| io.netty.channel.oio.AbstractOioChannel.isReadPending()
No longer supported.
No longer supported.
|
| io.netty.channel.nio.AbstractNioChannel.isReadPending()
No longer supported.
No longer supported.
|
| 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.ThreadPerChannelEventLoopGroup.register(Channel, ChannelPromise) |
| io.netty.channel.SingleThreadEventLoop.register(Channel, ChannelPromise) |
| io.netty.channel.EventLoopGroup.register(Channel, ChannelPromise)
|
| io.netty.channel.MultithreadEventLoopGroup.register(Channel, ChannelPromise) |
| io.netty.channel.ThreadPerChannelEventLoop.register(Channel, ChannelPromise) |
io.netty.channel.ChannelConfig.setAutoClose(boolean)
Auto close will be removed in a future release.
Sets whether the Channel should be closed automatically and immediately on write faillure.
The default is false.
|
| io.netty.channel.DefaultChannelConfig.setMaxMessagesPerRead(int) |
io.netty.channel.ChannelConfig.setMaxMessagesPerRead(int)
Use MaxMessagesRecvByteBufAllocator
Sets the maximum number of messages to read per read loop.
If this value is greater than 1, an event loop might attempt to read multiple times to procure multiple messages.
|
| io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.oio.OioSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.oio.OioServerSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.oio.DefaultOioSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.DefaultServerSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.SocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.DefaultDatagramChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.DatagramChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.DefaultSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.socket.ServerSocketChannelConfig.setMaxMessagesPerRead(int) |
| io.netty.channel.oio.AbstractOioChannel.setReadPending(boolean)
|
| io.netty.channel.socket.oio.OioServerSocketChannel.setReadPending(boolean) |
| io.netty.channel.socket.oio.OioSocketChannel.setReadPending(boolean) |
| io.netty.channel.socket.nio.NioDatagramChannel.setReadPending(boolean) |
| io.netty.channel.nio.AbstractNioChannel.setReadPending(boolean)
|
| io.netty.channel.ThreadPerChannelEventLoopGroup.shutdown() |
| io.netty.channel.FileRegion.transfered()
|
| io.netty.channel.DefaultFileRegion.transfered() |