Uses of Package
org.apache.mina.core.service
-
Packages that use org.apache.mina.core.service Package Description 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.core.service org.apache.mina.core.session org.apache.mina.handler.chain A handler implementation that helps you implement sequentially layered protocols using Chains of Responsibility pattern.org.apache.mina.handler.demux A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers.org.apache.mina.handler.multiton Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.org.apache.mina.handler.stream org.apache.mina.integration.jmx JMX (Java Management eXtension) integration.org.apache.mina.proxy 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. -
Classes in org.apache.mina.core.service used by org.apache.mina.core.polling Class Description AbstractIoAcceptor A base implementation ofIoAcceptor
.AbstractIoConnector A base implementation ofIoConnector
.AbstractIoService Base implementation ofIoService
s.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSession
s.IoService -
Classes in org.apache.mina.core.service used by org.apache.mina.core.service Class Description AbstractIoService Base implementation ofIoService
s.AbstractIoService.ServiceOperationFuture AIoFuture
dedicated class forIoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoHandler Handles all I/O events fired by MINA.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSession
s.IoService IoServiceListener Listens to events related to anIoService
.IoServiceListenerSupport A helper class which provides addition and removal ofIoServiceListener
s and firing events.IoServiceStatistics Provides usage statistics for anAbstractIoService
instance.TransportMetadata Provides meta-information that describes anIoService
. -
Classes in org.apache.mina.core.service used by org.apache.mina.core.session Class Description IoHandler Handles all I/O events fired by MINA.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSession
s.IoService TransportMetadata Provides meta-information that describes anIoService
. -
Classes in org.apache.mina.core.service used by org.apache.mina.handler.chain Class Description IoHandler Handles all I/O events fired by MINA.IoHandlerAdapter An adapter class forIoHandler
. -
Classes in org.apache.mina.core.service used by org.apache.mina.handler.demux Class Description IoHandler Handles all I/O events fired by MINA.IoHandlerAdapter An adapter class forIoHandler
. -
Classes in org.apache.mina.core.service used by org.apache.mina.handler.multiton Class Description IoHandler Handles all I/O events fired by MINA. -
Classes in org.apache.mina.core.service used by org.apache.mina.handler.stream Class Description IoHandler Handles all I/O events fired by MINA.IoHandlerAdapter An adapter class forIoHandler
. -
Classes in org.apache.mina.core.service used by org.apache.mina.integration.jmx Class Description IoService -
Classes in org.apache.mina.core.service used by org.apache.mina.proxy Class Description AbstractIoConnector A base implementation ofIoConnector
.AbstractIoService Base implementation ofIoService
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoHandler Handles all I/O events fired by MINA.IoHandlerAdapter An adapter class forIoHandler
.IoService TransportMetadata Provides meta-information that describes anIoService
. -
Classes in org.apache.mina.core.service used by org.apache.mina.transport.socket Class Description IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoService -
Classes in org.apache.mina.core.service used by org.apache.mina.transport.socket.apr Class Description AbstractIoAcceptor A base implementation ofIoAcceptor
.AbstractIoConnector A base implementation ofIoConnector
.AbstractIoService Base implementation ofIoService
s.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSession
s.IoService TransportMetadata Provides meta-information that describes anIoService
. -
Classes in org.apache.mina.core.service used by org.apache.mina.transport.socket.nio Class Description AbstractIoAcceptor A base implementation ofIoAcceptor
.AbstractIoConnector A base implementation ofIoConnector
.AbstractIoService Base implementation ofIoService
s.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSession
s.IoService TransportMetadata Provides meta-information that describes anIoService
. -
Classes in org.apache.mina.core.service used by org.apache.mina.transport.vmpipe Class Description AbstractIoAcceptor A base implementation ofIoAcceptor
.AbstractIoConnector A base implementation ofIoConnector
.AbstractIoService Base implementation ofIoService
s.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandler
s.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandler
s.IoService TransportMetadata Provides meta-information that describes anIoService
.