See: Description
| Class | Description |
|---|---|
| NioDatagramAcceptor |
IoAcceptor for datagram transport (UDP/IP). |
| NioDatagramConnector |
IoConnector for datagram transport (UDP/IP). |
| NioDatagramSession |
An
IoSession for datagram transport (UDP/IP). |
| NioDatagramSessionConfig |
Define the configuration for a Datagram based session.
|
| NioProcessor |
TODO Add documentation
|
| NioProcessor.IoSessionIterator<NioSession> |
An encapsulating iterator around the
Selector.selectedKeys() or
the Selector.keys() iterator; |
| NioSession |
An
IoSession which is managed by the NIO transport. |
| NioSocketAcceptor |
IoAcceptor for socket transport (TCP/IP). |
| NioSocketAcceptor.ServerSocketChannelIterator |
Defines an iterator for the selected-key Set returned by the
selector.selectedKeys().
|
| NioSocketConnector |
IoConnector for socket transport (TCP/IP). |
| NioSocketConnector.SocketChannelIterator | |
| NioSocketSession |
An
IoSession for socket transport (TCP/IP). |
You can specify the number of Socket I/O thread to utilize multi-processors efficiently by specifying the number of processing threads in the constructor. The default is 1