Uses of Package
io.netty.channel.socket.nio
-
Packages that use io.netty.channel.socket.nio Package Description io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000). -
Classes in io.netty.channel.socket.nio used by io.netty.channel.socket.nio Class Description NioChannelOption ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
.NioDatagramChannel An NIO datagramChannel
that sends and receives anAddressedEnvelope
.NioDomainSocketChannel DuplexChannel
which uses NIO selector based implementation to support UNIX Domain Sockets.NioDomainSocketChannel.NioDomainSocketChannelConfig NioServerDomainSocketChannel AServerChannel
implementation which uses NIO selector based implementation to support UNIX Domain Sockets.NioServerDomainSocketChannel.NioDomainServerSocketChannelConfig NioServerSocketChannel AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.NioSocketChannel SocketChannel
which uses NIO selector based implementation.NioSocketChannel.NioSocketChannelConfig