Uses of Interface
org.apache.mina.common.ConnectFuture

Packages that use ConnectFuture
org.apache.mina.common Common types required for users to use MINA. 
org.apache.mina.transport.socket.nio Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API
org.apache.mina.transport.vmpipe In-VM pipe support which removes the overhead of local loopback communication. 
 

Uses of ConnectFuture in org.apache.mina.common
 

Methods in org.apache.mina.common that return ConnectFuture
 ConnectFuture IoConnector.connect(SocketAddress address, IoHandler handler)
          Connects to the specified address.
 ConnectFuture IoConnector.connect(SocketAddress address, IoHandler handler, IoServiceConfig config)
          Connects to the specified address.
 ConnectFuture IoConnector.connect(SocketAddress address, SocketAddress localAddress, IoHandler handler)
          Connects to the specified address.
 ConnectFuture IoConnector.connect(SocketAddress address, SocketAddress localAddress, IoHandler handler, IoServiceConfig config)
          Connects to the specified address.
 

Uses of ConnectFuture in org.apache.mina.transport.socket.nio
 

Methods in org.apache.mina.transport.socket.nio that return ConnectFuture
 ConnectFuture SocketConnector.connect(SocketAddress address, IoHandler handler, IoServiceConfig config)
           
 ConnectFuture SocketConnector.connect(SocketAddress address, SocketAddress localAddress, IoHandler handler, IoServiceConfig config)
           
 

Uses of ConnectFuture in org.apache.mina.transport.vmpipe
 

Methods in org.apache.mina.transport.vmpipe that return ConnectFuture
 ConnectFuture VmPipeConnector.connect(SocketAddress address, IoHandler handler, IoServiceConfig config)
           
 ConnectFuture VmPipeConnector.connect(SocketAddress address, SocketAddress localAddress, IoHandler handler, IoServiceConfig config)
           
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.