Uses of Interface
org.littleshoot.mina.common.IoConnectorConfig

Packages that use IoConnectorConfig
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 IoConnectorConfig in org.littleshoot.mina.common.support
 

Classes in org.littleshoot.mina.common.support that implement IoConnectorConfig
 class BaseIoConnectorConfig
          A base implementation of IoConnectorConfig.
 

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

Classes in org.littleshoot.mina.transport.socket.nio that implement IoConnectorConfig
 class DatagramConnectorConfig
          An IoConnectorConfig for DatagramConnector.
 class SocketConnectorConfig
          An IoConnectorConfig for SocketConnector.
 



Copyright © 2011 LittleShoot. All Rights Reserved.