com.aelitis.azureus.core.networkmanager.impl.tcp
Interface VirtualAcceptSelector.AcceptListener

Enclosing class:
VirtualAcceptSelector

public static interface VirtualAcceptSelector.AcceptListener

Listener notified when a new incoming connection is accepted.


Method Summary
 void newConnectionAccepted(SocketChannel channel)
          The given connection has just been accepted.
 

Method Detail

newConnectionAccepted

void newConnectionAccepted(SocketChannel channel)
The given connection has just been accepted.

Parameters:
channel - new connection