Package com.biglybt.core.networkmanager
Interface VirtualServerChannelSelector.SelectListener
-
- All Known Implementing Classes:
IncomingSocketChannelManager.TcpSelectListener
,TRNonBlockingServer
- Enclosing interface:
- VirtualServerChannelSelector
public static interface VirtualServerChannelSelector.SelectListener
Listener notified when a new incoming connection is accepted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
newConnectionAccepted(java.nio.channels.ServerSocketChannel server, java.nio.channels.SocketChannel channel)
The given connection has just been accepted.
-