Uses of Interface
org.apache.mina.transport.socket.SocketSessionConfig
-
Packages that use SocketSessionConfig Package Description org.apache.mina.core.polling Base class for implementing transport based on active polling strategies like NIO select call, or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc).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.core.polling
Methods in org.apache.mina.core.polling that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfig
AbstractPollingIoAcceptor. getSessionConfig()
-
Uses of SocketSessionConfig in org.apache.mina.transport.socket
Classes in org.apache.mina.transport.socket that implement SocketSessionConfig Modifier and Type Class Description class
AbstractSocketSessionConfig
The TCP transport session configuration.class
DefaultSocketSessionConfig
A default implementation ofSocketSessionConfig
.Methods in org.apache.mina.transport.socket that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfig
SocketAcceptor. getSessionConfig()
SocketSessionConfig
SocketConnector. getSessionConfig()
-
Uses of SocketSessionConfig in org.apache.mina.transport.socket.apr
Methods in org.apache.mina.transport.socket.apr that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfig
AprSocketConnector. getSessionConfig()
-
Uses of SocketSessionConfig in org.apache.mina.transport.socket.nio
Methods in org.apache.mina.transport.socket.nio that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfig
NioSocketConnector. getSessionConfig()
-