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 SocketSessionConfigAbstractPollingIoAcceptor. 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 classAbstractSocketSessionConfigThe TCP transport session configuration.classDefaultSocketSessionConfigA default implementation ofSocketSessionConfig.Methods in org.apache.mina.transport.socket that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfigSocketAcceptor. getSessionConfig()SocketSessionConfigSocketConnector. 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 SocketSessionConfigAprSocketConnector. 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 SocketSessionConfigNioSocketConnector. getSessionConfig()
-