Package ch.nolix.core.net.endpoint2
Klasse LocalServer
java.lang.Object
ch.nolix.core.net.endpoint2.AbstractServer
ch.nolix.core.net.endpoint2.LocalServer
- Alle implementierten Schnittstellen:
IServer
,Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,AutoCloseable
- Version:
- 2021-06-27
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
noteAddedDefaultSlot
(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentAbstractServer
.protected void
noteAddedSlot
(ISlot slot) Notes that the given slot has been added to the currentAbstractServer
.protected void
noteRemovedSlot
(ISlot slot) Notes that the given slot has been removed from the currentAbstractServer
.Von Klasse geerbte Methoden ch.nolix.core.net.endpoint2.AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, noteClose, 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
-
noteAddedDefaultSlot
Notes that the given defaultSlot has been added to the currentAbstractServer
.- Angegeben von:
noteAddedDefaultSlot
in KlasseAbstractServer
- Parameter:
defaultSlot
-
-
noteAddedSlot
Notes that the given slot has been added to the currentAbstractServer
.- Angegeben von:
noteAddedSlot
in KlasseAbstractServer
- Parameter:
slot
-
-
noteRemovedSlot
Notes that the given slot has been removed from the currentAbstractServer
.- Angegeben von:
noteRemovedSlot
in KlasseAbstractServer
- Parameter:
slot
-
-