Klasse ServerListener
java.lang.Object
ch.nolix.core.programcontrol.worker.AbstractWorker
ch.nolix.core.net.endpoint.ServerListener
- Alle implementierten Schnittstellen:
CloseStateRequestable
- Autor:
- Silvan Wyss
-
Methodendetails
-
forServer
- Parameter:
server-- Gibt zurück:
- a new
ServerListenerfor the given server. TheServerListenerwill start automatically. - Löst aus:
ArgumentIsNullException- if the given server is null.
-
isClosed
public boolean isClosed()- Angegeben von:
isClosedin SchnittstelleCloseStateRequestable- Gibt zurück:
- true if the current
CloseStateRequestableis closed, false otherwise.
-