Package org.apache.mina.common.support

Internal classes used by org.apache.mina.common package.

See:
          Description

Class Summary
AbstractIoFilterChain An abstract implementation of IoFilterChain that provides common operations for developers to implement their own transport layer.
BaseByteBuffer A base implementation of ByteBuffer.
BaseIoAcceptor A base implementation of IoAcceptor.
BaseIoAcceptorConfig A base implementation of IoAcceptorConfig.
BaseIoConnector A base implementation of IoConnector.
BaseIoConnectorConfig A base implementation of IoConnectorConfig.
BaseIoService Base implementation of IoServices.
BaseIoServiceConfig A base implementation of IoServiceConfig.
BaseIoSession Base implementation of IoSession.
BaseIoSessionConfig A base implementation of IoSessionConfig.
ByteBufferHexDumper Provides utility methods for ByteBuffers.
DefaultCloseFuture A default implementation of CloseFuture.
DefaultConnectFuture A default implementation of ConnectFuture.
DefaultExceptionMonitor A default ExceptionMonitor implementation that logs uncaught exceptions using Logger.
DefaultIoFuture A default implementation of IoFuture.
DefaultWriteFuture A default implementation of WriteFuture.
DelegatedIoAcceptor A delegated IoAcceptor that wraps the other IoAcceptor.
DelegatedIoConnector A delegated IoConnector that wraps the other IoConnector.
IoServiceListenerSupport A helper which provides addition and removal of IoServiceListeners and firing events.
 

Package org.apache.mina.common.support Description

Internal classes used by org.apache.mina.common package.