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 ClassesModifier and TypeInterfaceDescriptionstatic interface
Listener notified when a new incoming connection is accepted. -
Method Summary
Modifier and TypeMethodDescriptionint
getPort()
long
boolean
void
setAlertOnFail
(boolean b) void
void
-
Method Details
-
startProcessing
void startProcessing() -
stopProcessing
void stopProcessing() -
isRunning
boolean isRunning() -
getBoundToAddress
InetAddress getBoundToAddress() -
getPort
int getPort() -
getTimeOfLastAccept
long getTimeOfLastAccept() -
setAlertOnFail
void setAlertOnFail(boolean b)
-