Uses of Class
org.apache.mina.core.session.AbstractIoSessionConfig
-
Packages that use AbstractIoSessionConfig Package Description 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.org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. -
-
Uses of AbstractIoSessionConfig in org.apache.mina.transport.socket
Subclasses of AbstractIoSessionConfig in org.apache.mina.transport.socket Modifier and Type Class Description classAbstractDatagramSessionConfigThe Datagram transport session configuration.classAbstractSocketSessionConfigThe TCP transport session configuration.classDefaultDatagramSessionConfigA default implementation ofDatagramSessionConfig.classDefaultSocketSessionConfigA default implementation ofSocketSessionConfig. -
Uses of AbstractIoSessionConfig in org.apache.mina.transport.socket.apr
Subclasses of AbstractIoSessionConfig in org.apache.mina.transport.socket.apr Modifier and Type Class Description private classAprDatagramSession.SessionConfigImplThe implementation for theIoSessionConfigrelated to APR UDP socket.private classAprSocketSession.SessionConfigImplThe implementation for theIoSessionConfigrelated to APR TCP socket. -
Uses of AbstractIoSessionConfig in org.apache.mina.transport.socket.nio
Subclasses of AbstractIoSessionConfig in org.apache.mina.transport.socket.nio Modifier and Type Class Description (package private) classNioDatagramSessionConfigDefine the configuration for a Datagram based session.private classNioSocketSession.SessionConfigImplA private class storing a copy of the IoService configuration when the IoSession is created. -
Uses of AbstractIoSessionConfig in org.apache.mina.transport.vmpipe
Subclasses of AbstractIoSessionConfig in org.apache.mina.transport.vmpipe Modifier and Type Class Description (package private) classDefaultVmPipeSessionConfigA default implementation ofVmPipeSessionConfig.
-