com.maverick.nio
Interface ClientConnector

All Superinterfaces:
SelectorRegistrationListener
All Known Implementing Classes:
LocalForwardingChannel

public interface ClientConnector
extends SelectorRegistrationListener

An interface for the NIO framework to connect outgoing sockets.

Author:
Lee David Painter

Method Summary
 boolean finishConnect(java.nio.channels.SelectionKey key)
          Complete the connect operation.
 
Methods inherited from interface com.maverick.nio.SelectorRegistrationListener
registrationCompleted
 

Method Detail

finishConnect

public boolean finishConnect(java.nio.channels.SelectionKey key)
Complete the connect operation.

Parameters:
key - SelectionKey
Returns:
boolean


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.