Package ch.nolix.core.net.endpoint
Klasse LocalServer
java.lang.Object
ch.nolix.core.net.endpoint.BaseServer
ch.nolix.core.net.endpoint.LocalServer
- Alle implementierten Schnittstellen:
IServer
,Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,AutoCloseable
- Version:
- 2021-06-17
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden ch.nolix.core.net.endpoint.BaseServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, removeSlotByName
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isOpen
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.EmptinessRequestable
containsAny
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Konstruktordetails
-
LocalServer
public LocalServer()
-
-
Methodendetails
-
getSecurityMode
-
noteClose
public void noteClose()Lets the currentGroupCloseable
note a close.
-