Package org.apache.mina.core.service
-
Interface Summary Interface Description 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<S extends IoSession> An internal interface to represent an 'I/O processor' that performs actual I/O operations forIoSessions.IoService IoServiceListener Listens to events related to anIoService.TransportMetadata Provides meta-information that describes anIoService. -
Class Summary Class Description AbstractIoAcceptor A base implementation ofIoAcceptor.AbstractIoAcceptor.AcceptorOperationFuture AIoFutureAbstractIoConnector A base implementation ofIoConnector.AbstractIoService Base implementation ofIoServices.AbstractIoService.ServiceOperationFuture AIoFuturededicated class forDefaultTransportMetadata A default immutable implementation ofTransportMetadata.IoHandlerAdapter An adapter class forIoHandler.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.SimpleIoProcessorPool<S extends AbstractIoSession>