See: Description
Class | Description |
---|---|
NioChannelOption<T> |
Provides
ChannelOption over a given SocketOption which is then passed through the underlying
NetworkChannel . |
NioDatagramChannel |
An NIO datagram
Channel that sends and receives an
AddressedEnvelope . |
NioDomainSocketChannel |
DuplexChannel which uses NIO selector based implementation to support
UNIX Domain Sockets. |
NioServerDomainSocketChannel |
A
ServerChannel implementation which uses
NIO selector based implementation to support UNIX Domain Sockets. |
NioServerSocketChannel |
A
ServerSocketChannel implementation which uses
NIO selector based implementation to accept new connections. |
NioSocketChannel |
SocketChannel which uses NIO selector based implementation. |
Copyright © 2008–2024 The Netty Project. All rights reserved.