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
ChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel.An NIO datagramChannelthat sends and receives anAddressedEnvelopeinvalid input: '<'ByteBuf, SocketAddress>.DuplexChannelwhich uses NIO selector based implementation to support UNIX Domain Sockets.AServerChannelimplementation which uses NIO selector based implementation to support UNIX Domain Sockets.AServerSocketChannelimplementation which uses NIO selector based implementation to accept new connections.SocketChannelwhich uses NIO selector based implementation.