接口 | 说明 |
---|---|
IoAcceptor |
Accepts incoming connection, communicates with clients, and fires events to
IoHandler s. |
IoConnector |
Connects to endpoint, communicates with the server, and fires events to
IoHandler s. |
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 for
IoSession s. |
IoService | |
IoServiceListener |
Listens to events related to an
IoService . |
TransportMetadata |
Provides meta-information that describes an
IoService . |
类 | 说明 |
---|---|
AbstractIoAcceptor |
A base implementation of
IoAcceptor . |
AbstractIoAcceptor.AcceptorOperationFuture | |
AbstractIoConnector |
A base implementation of
IoConnector . |
AbstractIoService |
Base implementation of
IoService s. |
AbstractIoService.ServiceOperationFuture |
A specific class used to
|
DefaultTransportMetadata |
A default immutable implementation of
TransportMetadata . |
IoHandlerAdapter |
An adapter class for
IoHandler . |
IoServiceListenerSupport |
A helper class which provides addition and removal of
IoServiceListener s and firing
events. |
IoServiceStatistics |
Provides usage statistics for an
AbstractIoService instance. |
SimpleIoProcessorPool<S extends AbstractIoSession> |