Skip navigation links

Package org.apache.mina.transport.socket.nio

Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.

See: Description

Package org.apache.mina.transport.socket.nio Description

Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.

Configuring the number of NIO selector loops

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

Skip navigation links

Copyright © 2004-2019 Apache MINA Project. All Rights Reserved.