Package ch.nolix.core.net.endpoint
Klasse BaseServer
java.lang.Object
ch.nolix.core.net.endpoint.BaseServer
- Alle implementierten Schnittstellen:
IServer
,Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,AutoCloseable
- Bekannte direkte Unterklassen:
LocalServer
,Server
,SslServer
- Version:
- 2017-05-06
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal void
addDefaultSlot
(ISlot defaultSlot) final void
final void
clear()
Removes the elements of the currentClearable
.final boolean
final boolean
containsSlotWithName
(String name) final CloseController
final boolean
isEmpty()
final void
removeSlotByName
(String name) 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, noteClose
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.netapi.endpointapi.IServer
getSecurityMode
-
Konstruktordetails
-
BaseServer
public BaseServer()
-
-
Methodendetails
-
addDefaultSlot
- Angegeben von:
addDefaultSlot
in SchnittstelleIServer
-
addSlot
-
clear
public final void clear()Removes the elements of the currentClearable
. -
containsDefaultSlot
public final boolean containsDefaultSlot()- Angegeben von:
containsDefaultSlot
in SchnittstelleIServer
-
containsSlotWithName
- Angegeben von:
containsSlotWithName
in SchnittstelleIServer
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
isEmpty
public final boolean isEmpty()- Angegeben von:
isEmpty
in SchnittstelleEmptinessRequestable
- Gibt zurück:
- true if
EmptinessRequestable
does not contain an element.
-
removeSlotByName
- Angegeben von:
removeSlotByName
in SchnittstelleIServer
-