|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketSessionConfig | |
|---|---|
| org.apache.mina.transport.socket | |
| org.apache.mina.transport.socket.apr | |
| org.apache.mina.transport.socket.nio | Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API. |
| Uses of SocketSessionConfig in org.apache.mina.transport.socket |
|---|
| Classes in org.apache.mina.transport.socket that implement SocketSessionConfig | |
|---|---|
class |
AbstractSocketSessionConfig
TODO Add documentation |
class |
DefaultSocketSessionConfig
A default implementation of SocketSessionConfig. |
| Methods in org.apache.mina.transport.socket that return SocketSessionConfig | |
|---|---|
SocketSessionConfig |
SocketAcceptor.getSessionConfig()
Returns the default configuration of the new SocketSessions created by this acceptor service. |
SocketSessionConfig |
SocketConnector.getSessionConfig()
Returns the default configuration of the new SocketSessions created by this connect service. |
| Uses of SocketSessionConfig in org.apache.mina.transport.socket.apr |
|---|
| Methods in org.apache.mina.transport.socket.apr that return SocketSessionConfig | |
|---|---|
SocketSessionConfig |
AprSocketConnector.getSessionConfig()
Returns the default configuration of the new IoSessions
created by this service. |
SocketSessionConfig |
AprSocketAcceptor.getSessionConfig()
|
| Uses of SocketSessionConfig in org.apache.mina.transport.socket.nio |
|---|
| Methods in org.apache.mina.transport.socket.nio that return SocketSessionConfig | |
|---|---|
SocketSessionConfig |
NioSocketAcceptor.getSessionConfig()
Returns the default configuration of the new IoSessions
created by this service. |
SocketSessionConfig |
NioSocketConnector.getSessionConfig()
Returns the default configuration of the new IoSessions
created by this service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||