com.maverick.nio
Interface ClientConnector

All Superinterfaces:
SelectorRegistrationListener

public interface ClientConnector
extends SelectorRegistrationListener

An interface for the NIO framework to connect outgoing sockets.

Author:
Lee David Painter

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

Method Detail

finishConnect

boolean finishConnect(SelectionKey key)
Complete the connect operation.

Parameters:
key - SelectionKey
Returns:
boolean


Copyright © 2012. All Rights Reserved.