Uses of Package
org.apache.mina.core.service
-
Packages that use org.apache.mina.core.service Package Description org.apache.directory.ldap.client.api 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.proxy org.apache.mina.transport.socket 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.directory.ldap.client.api Class Description IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.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.core.polling Class Description AbstractIoAcceptor A base implementation ofIoAcceptor.AbstractIoConnector A base implementation ofIoConnector.AbstractIoService Base implementation ofIoServices.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandlers.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSessions.IoService -
Classes in org.apache.mina.core.service used by org.apache.mina.core.service Class Description AbstractIoService Base implementation ofIoServices.AbstractIoService.ServiceOperationFuture AIoFuturededicated class forIoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandlers.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.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 forIoSessions.IoService IoServiceListener Listens to events related to anIoService.IoServiceListenerSupport A helper class which provides addition and removal ofIoServiceListeners and firing events.IoServiceStatistics Provides usage statistics for anAbstractIoServiceinstance.IoServiceStatistics.Config This is a configuration for IoServiceStatistics.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 forIoSessions.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.proxy Class Description AbstractIoConnector A base implementation ofIoConnector.AbstractIoService Base implementation ofIoServices.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.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 toIoHandlers.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.IoService -
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 ofIoServices.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandlers.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.IoProcessor An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSessions.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 ofIoServices.IoAcceptor Accepts incoming connection, communicates with clients, and fires events toIoHandlers.IoConnector Connects to endpoint, communicates with the server, and fires events toIoHandlers.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 forIoSessions.IoService IoServiceListenerSupport A helper class which provides addition and removal ofIoServiceListeners and firing events.TransportMetadata Provides meta-information that describes anIoService.