| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatagramSessionConfig
TODO Add documentation
|
class |
DefaultDatagramSessionConfig
A default implementation of
DatagramSessionConfig. |
| Modifier and Type | Method and Description |
|---|---|
DatagramSessionConfig |
DatagramConnector.getSessionConfig()
Returns the default configuration of the new FatagramSessions created by
this connect service.
|
DatagramSessionConfig |
DatagramAcceptor.getSessionConfig()
Returns the default Datagram configuration of the new
IoSessions
created by this service. |
| Modifier and Type | Method and Description |
|---|---|
DatagramSessionConfig |
NioDatagramAcceptor.getSessionConfig()
Returns the default Datagram configuration of the new
IoSessions
created by this service. |
DatagramSessionConfig |
NioDatagramConnector.getSessionConfig() |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.