Class and Description |
---|
io.netty.channel.ChannelPromiseAggregator
Use
PromiseCombiner
Class which is used to consolidate multiple channel futures into one, by
listening to the individual futures and producing an aggregated result
(success/failure) when all futures have completed. |
Field and Description |
---|
io.netty.channel.ChannelOption.AIO_READ_TIMEOUT |
io.netty.channel.ChannelOption.AIO_WRITE_TIMEOUT |
io.netty.channel.ChannelOption.AUTO_CLOSE
Auto close will be removed in a future release.
If
true then the Channel is closed automatically and immediately on write failure.
The default value is true . |
io.netty.channel.ChannelOption.DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION |
Constructor and Description |
---|
io.netty.channel.ChannelOption(String)
Use
ChannelOption.valueOf(String) instead. |
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) |
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig(SocketChannel, Socket) |
Copyright © 2008–2018 The Netty Project. All rights reserved.