com.aelitis.azureus.core.networkmanager
Interface VirtualServerChannelSelector.SelectListener

All Known Implementing Classes:
TRNonBlockingServer
Enclosing interface:
VirtualServerChannelSelector

public static interface VirtualServerChannelSelector.SelectListener

Listener notified when a new incoming connection is accepted.


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

Method Detail

newConnectionAccepted

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

Parameters:
channel - new connection