Uses of Class
org.apache.mina.transport.socket.AbstractSocketSessionConfig
Packages that use AbstractSocketSessionConfig
Package
Description
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
-
Uses of AbstractSocketSessionConfig in org.apache.mina.transport.socket
Subclasses of AbstractSocketSessionConfig in org.apache.mina.transport.socket -
Uses of AbstractSocketSessionConfig in org.apache.mina.transport.socket.apr
Subclasses of AbstractSocketSessionConfig in org.apache.mina.transport.socket.aprModifier and TypeClassDescriptionprivate classThe implementation for theIoSessionConfigrelated to APR TCP socket. -
Uses of AbstractSocketSessionConfig in org.apache.mina.transport.socket.nio
Subclasses of AbstractSocketSessionConfig in org.apache.mina.transport.socket.nioModifier and TypeClassDescriptionprivate classA private class storing a copy of the IoService configuration when the IoSession is created.