Package io.netty.channel.socket.nio
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
Class Summary Class Description NioChannelOption<T> ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel.NioDatagramChannel An NIO datagramChannelthat sends and receives anAddressedEnvelope.NioDomainSocketChannel DuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.NioServerDomainSocketChannel AServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.NioServerSocketChannel AServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.NioSocketChannel SocketChannelwhich uses NIO selector based implementation.