Uses of Package
org.littleshoot.mina.common.support

Packages that use org.littleshoot.mina.common.support
org.littleshoot.mina.common.support Internal classes used by org.apache.mina.common package. 
org.littleshoot.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API
org.littleshoot.mina.transport.socket.nio.support Internal classes used by org.apache.mina.transport.socket.nio package. 
org.littleshoot.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. 
org.littleshoot.mina.transport.vmpipe.support Internal classes used by org.apache.mina.transport.vmpipe package. 
 

Classes in org.littleshoot.mina.common.support used by org.littleshoot.mina.common.support
BaseIoService
          Base implementation of IoServices.
BaseIoServiceConfig
          A base implementation of IoServiceConfig.
DefaultIoFuture
          A default implementation of IoFuture.
IoServiceListenerSupport
          A helper which provides addition and removal of IoServiceListeners and firing events.
 

Classes in org.littleshoot.mina.common.support used by org.littleshoot.mina.transport.socket.nio
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.
BaseIoSessionConfig
          A base implementation of IoSessionConfig.
DelegatedIoAcceptor
          A delegated IoAcceptor that wraps the other IoAcceptor.
DelegatedIoConnector
          A delegated IoConnector that wraps the other IoConnector.
 

Classes in org.littleshoot.mina.common.support used by org.littleshoot.mina.transport.socket.nio.support
BaseIoAcceptor
          A base implementation of IoAcceptor.
BaseIoConnector
          A base implementation of IoConnector.
BaseIoService
          Base implementation of IoServices.
BaseIoSession
          Base implementation of IoSession.
BaseIoSessionConfig
          A base implementation of IoSessionConfig.
IoServiceListenerSupport
          A helper which provides addition and removal of IoServiceListeners and firing events.
 

Classes in org.littleshoot.mina.common.support used by org.littleshoot.mina.transport.vmpipe
BaseIoAcceptor
          A base implementation of IoAcceptor.
BaseIoConnector
          A base implementation of IoConnector.
BaseIoService
          Base implementation of IoServices.
 

Classes in org.littleshoot.mina.common.support used by org.littleshoot.mina.transport.vmpipe.support
AbstractIoFilterChain
          An abstract implementation of IoFilterChain that provides common operations for developers to implement their own transport layer.
BaseIoSession
          Base implementation of IoSession.
IoServiceListenerSupport
          A helper which provides addition and removal of IoServiceListeners and firing events.
 



Copyright © 2011 LittleShoot. All Rights Reserved.