org.khelekore.rnio.impl
Interface AcceptorListener


public interface AcceptorListener

A listener for accepted connections.

Author:
Robert Olofsson

Method Summary
 void connectionAccepted(SocketChannel sc)
          A conneciton has been accepted
 

Method Detail

connectionAccepted

void connectionAccepted(SocketChannel sc)
                        throws IOException
A conneciton has been accepted

Parameters:
sc - the new socket channel, will already be set to non blocking mode
Throws:
IOException