Uses of Class
org.littleshoot.mina.common.support.BaseIoServiceConfig

Packages that use BaseIoServiceConfig
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
 

Uses of BaseIoServiceConfig in org.littleshoot.mina.common.support
 

Subclasses of BaseIoServiceConfig in org.littleshoot.mina.common.support
 class BaseIoAcceptorConfig
          A base implementation of IoAcceptorConfig.
 class BaseIoConnectorConfig
          A base implementation of IoConnectorConfig.
 

Uses of BaseIoServiceConfig in org.littleshoot.mina.transport.socket.nio
 

Subclasses of BaseIoServiceConfig in org.littleshoot.mina.transport.socket.nio
 class DatagramAcceptorConfig
          An IoAcceptorConfig for DatagramAcceptor.
 class DatagramConnectorConfig
          An IoConnectorConfig for DatagramConnector.
 class SocketAcceptorConfig
          An IoAcceptorConfig for SocketAcceptor.
 class SocketConnectorConfig
          An IoConnectorConfig for SocketConnector.
 



Copyright © 2011-2013 LittleShoot. All Rights Reserved.