Package io.netty.channel.socket.nio
package io.netty.channel.socket.nio
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
-
ClassesClassDescriptionProvides
ChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
.An NIO datagramChannel
that sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>
.The defaultNioDatagramChannelConfig
implementation.DuplexChannel
which uses NIO selector based implementation to support UNIX Domain Sockets.AServerChannel
implementation which uses NIO selector based implementation to support UNIX Domain Sockets.AServerSocketChannel
implementation which uses NIO selector based implementation to accept new connections.SocketChannel
which uses NIO selector based implementation.Helper class which convert theInternetProtocolFamily
.