See: Description
| Class | Description | 
|---|---|
| NioChannelOption<T> | Provides  ChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. | 
| NioDatagramChannel | An NIO datagram  Channelthat sends and receives anAddressedEnvelope. | 
| NioDomainSocketChannel | DuplexChannelwhich uses NIO selector based implementation to support
 UNIX Domain Sockets. | 
| NioServerDomainSocketChannel | A  ServerChannelimplementation which uses
 NIO selector based implementation to support UNIX Domain Sockets. | 
| NioServerSocketChannel | A  ServerSocketChannelimplementation which uses
 NIO selector based implementation to accept new connections. | 
| NioSocketChannel | SocketChannelwhich uses NIO selector based implementation. | 
Copyright © 2008–2025 The Netty Project. All rights reserved.