org.khelekore.rnio
Interface AcceptHandler

All Superinterfaces:
SocketChannelHandler
All Known Implementing Classes:
Acceptor

public interface AcceptHandler
extends SocketChannelHandler

A handler that accepts connections


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

Method Detail

accept

void accept()
The channel is ready for read.