Uses of Class
org.apache.mina.core.session.AbstractIoSession
Packages that use AbstractIoSession
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).
Filter implementations that helps you to implement complex protocols via 'codec' concept.
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 AbstractIoSession in org.apache.mina.core.filterchain
Fields in org.apache.mina.core.filterchain declared as AbstractIoSessionModifier and TypeFieldDescriptionprivate final AbstractIoSessionDefaultIoFilterChain.sessionThe associated sessionConstructors in org.apache.mina.core.filterchain with parameters of type AbstractIoSessionModifierConstructorDescriptionDefaultIoFilterChain(AbstractIoSession session) Create a new default chain, associated with a session. -
Uses of AbstractIoSession in org.apache.mina.core.polling
Classes in org.apache.mina.core.polling with type parameters of type AbstractIoSessionModifier and TypeClassDescriptionclassAbstractPollingIoAcceptor<S extends AbstractIoSession, H>A base class for implementing transport using a polling strategy.classAbstractPollingIoConnector<S extends AbstractIoSession, H>A base class for implementing client transport using a polling strategy.classAbstractPollingIoProcessor<S extends AbstractIoSession>An abstract implementation ofIoProcessorwhich helps transport developers to write anIoProcessoreasily. -
Uses of AbstractIoSession in org.apache.mina.core.service
Classes in org.apache.mina.core.service with type parameters of type AbstractIoSession -
Uses of AbstractIoSession in org.apache.mina.core.session
Subclasses of AbstractIoSession in org.apache.mina.core.sessionModifier and TypeClassDescriptionclassFields in org.apache.mina.core.session with type parameters of type AbstractIoSessionMethods in org.apache.mina.core.session with parameters of type AbstractIoSessionModifier and TypeMethodDescriptionvoidIdleStatusChecker.addSession(AbstractIoSession session) Add the session for being checked for idle.private voidIdleStatusChecker.SessionCloseListener.removeSession(AbstractIoSession session) remove a session from the list of session being checked. -
Uses of AbstractIoSession in org.apache.mina.filter.codec
Subclasses of AbstractIoSession in org.apache.mina.filter.codecModifier and TypeClassDescriptionclass -
Uses of AbstractIoSession in org.apache.mina.transport.socket.apr
Subclasses of AbstractIoSession in org.apache.mina.transport.socket.apr -
Uses of AbstractIoSession in org.apache.mina.transport.socket.nio
Subclasses of AbstractIoSession in org.apache.mina.transport.socket.nio -
Uses of AbstractIoSession in org.apache.mina.transport.vmpipe
Subclasses of AbstractIoSession in org.apache.mina.transport.vmpipeModifier and TypeClassDescription(package private) classAIoSessionfor in-VM transport (VM_PIPE).Constructors in org.apache.mina.transport.vmpipe with parameters of type AbstractIoSession