Package org.apache.mina.common.support
-
Class Summary Class Description AbstractIoFilterChain An abstract implementation ofIoFilterChain
that provides common operations for developers to implement their own transport layer.BaseByteBuffer A base implementation ofByteBuffer
.BaseIoAcceptor A base implementation ofIoAcceptor
.BaseIoAcceptorConfig A base implementation ofIoAcceptorConfig
.BaseIoConnector A base implementation ofIoConnector
.BaseIoConnectorConfig A base implementation ofIoConnectorConfig
.BaseIoService Base implementation ofIoService
s.BaseIoServiceConfig A base implementation ofIoServiceConfig
.BaseIoSession Base implementation ofIoSession
.BaseIoSessionConfig A base implementation ofIoSessionConfig
.ByteBufferHexDumper Provides utility methods for ByteBuffers.DefaultCloseFuture A default implementation ofCloseFuture
.DefaultConnectFuture A default implementation ofConnectFuture
.DefaultExceptionMonitor A defaultExceptionMonitor
implementation that logs uncaught exceptions usingLogger
.DefaultIoFuture A default implementation ofIoFuture
.DefaultWriteFuture A default implementation ofWriteFuture
.DelegatedIoAcceptor A delegatedIoAcceptor
that wraps the otherIoAcceptor
.DelegatedIoConnector A delegatedIoConnector
that wraps the otherIoConnector
.IoServiceListenerSupport A helper which provides addition and removal ofIoServiceListener
s and firing events.