Uses of Interface
org.apache.mina.transport.socket.SocketSessionConfig
-
Packages that use SocketSessionConfig Package Description org.apache.directory.ldap.client.api 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.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API. -
-
Uses of SocketSessionConfig in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfigLdapNetworkConnection. getSocketSessionConfig()Methods in org.apache.directory.ldap.client.api with parameters of type SocketSessionConfig Modifier and Type Method Description voidLdapNetworkConnection. setSocketSessionConfig(SocketSessionConfig socketSessionConfig) -
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.nio
Methods in org.apache.mina.transport.socket.nio that return SocketSessionConfig Modifier and Type Method Description SocketSessionConfigNioSocketSession. getConfig()SocketSessionConfigNioSocketConnector. getSessionConfig()
-