Uses of Interface
org.apache.mina.transport.socket.SocketSessionConfig
Packages that use SocketSessionConfig
Package
Description
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).
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 -
Uses of SocketSessionConfig in org.apache.mina.transport.socket
Classes in org.apache.mina.transport.socket that implement SocketSessionConfigModifier and TypeClassDescriptionclassThe TCP transport session configuration.classA default implementation ofSocketSessionConfig.Methods in org.apache.mina.transport.socket that return SocketSessionConfigModifier and TypeMethodDescriptionSocketAcceptor.getSessionConfig()SocketConnector.getSessionConfig() -
Uses of SocketSessionConfig in org.apache.mina.transport.socket.apr
Classes in org.apache.mina.transport.socket.apr that implement SocketSessionConfigModifier and TypeClassDescriptionprivate classThe implementation for theIoSessionConfigrelated to APR TCP socket.Methods in org.apache.mina.transport.socket.apr that return SocketSessionConfigModifier and TypeMethodDescriptionAprSocketSession.getConfig()AprSocketConnector.getSessionConfig() -
Uses of SocketSessionConfig in org.apache.mina.transport.socket.nio
Classes in org.apache.mina.transport.socket.nio that implement SocketSessionConfigModifier and TypeClassDescriptionprivate classA private class storing a copy of the IoService configuration when the IoSession is created.Methods in org.apache.mina.transport.socket.nio that return SocketSessionConfigModifier and TypeMethodDescriptionNioSocketSession.getConfig()NioSocketConnector.getSessionConfig()