| Package | Description |
|---|---|
| org.apache.mina.transport.socket | |
| org.apache.mina.transport.socket.nio |
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java
NIO (New I/O) API.
|
| org.apache.mina.transport.vmpipe |
In-VM pipe support which removes the overhead of local loopback communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatagramSessionConfig
TODO Add documentation
|
class |
AbstractSocketSessionConfig
TODO Add documentation
|
class |
DefaultDatagramSessionConfig
A default implementation of
DatagramSessionConfig. |
class |
DefaultSocketSessionConfig
A default implementation of
SocketSessionConfig. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
NioDatagramSessionConfig
Define the configuration for a Datagram based session.
|
private class |
NioSocketSession.SessionConfigImpl |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultVmPipeSessionConfig
A default implementation of
VmPipeSessionConfig. |