Uses of Class
org.apache.mina.core.session.AbstractIoSessionConfig
Packages that use AbstractIoSessionConfig
Package
Description
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
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.socketModifier and TypeClassDescriptionclassThe Datagram transport session configuration.classThe TCP transport session configuration.classA default implementation ofDatagramSessionConfig.classA default implementation ofSocketSessionConfig. -
Uses of AbstractIoSessionConfig in org.apache.mina.transport.socket.apr
Subclasses of AbstractIoSessionConfig in org.apache.mina.transport.socket.aprModifier and TypeClassDescriptionprivate classThe implementation for theIoSessionConfigrelated to APR UDP socket.private classThe 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.nioModifier and TypeClassDescription(package private) classDefine the configuration for a Datagram based session.private classA 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.vmpipeModifier and TypeClassDescription(package private) classA default implementation ofVmPipeSessionConfig.