| 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 |
AbstractSocketSessionConfig
TODO Add documentation
|
class |
DefaultSocketSessionConfig
A default implementation of
SocketSessionConfig. |
| Modifier and Type | Method and Description |
|---|---|
SocketSessionConfig |
SocketConnector.getSessionConfig()
Returns the default configuration of the new SocketSessions created by
this connect service.
|
SocketSessionConfig |
SocketAcceptor.getSessionConfig()
Returns the default configuration of the new SocketSessions created by
this acceptor service.
|
| Modifier and Type | Method and Description |
|---|---|
SocketSessionConfig |
NioSocketConnector.getSessionConfig()
Returns the default configuration of the new
IoSessions
created by this service. |
SocketSessionConfig |
NioSocketAcceptor.getSessionConfig()
Returns the default configuration of the new
IoSessions
created by this service. |
Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.