org.khelekore.rnio
Interface ConnectHandler

All Superinterfaces:
SocketChannelHandler

public interface ConnectHandler
extends SocketChannelHandler

A handler that signals that a channel is ready to connect.


Method Summary
 void connect()
          The channel is ready for read.
 
Methods inherited from interface org.khelekore.rnio.SocketChannelHandler
closed, getDescription, getTimeout, timeout, useSeparateThread
 

Method Detail

connect

void connect()
The channel is ready for read.