Package com.biglybt.core.networkmanager
Interface VirtualServerChannelSelector
-
- All Known Implementing Classes:
VirtualBlockingServerChannelSelector
,VirtualNonBlockingServerChannelSelector
public interface VirtualServerChannelSelector
Virtual server socket channel for listening and accepting incoming connections.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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 java.net.InetAddress
getBoundToAddress()
int
getPort()
long
getTimeOfLastAccept()
boolean
isRunning()
void
startProcessing()
void
stopProcessing()
-