Package ch.nolix.core.net.endpoint3
Klasse SslServer
java.lang.Object
ch.nolix.core.net.endpoint3.BaseServer
ch.nolix.core.net.endpoint3.SslServer
- Alle implementierten Schnittstellen:
IServer
,Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,AutoCloseable
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
(int port, String htmlPage) protected void
noteAddedDefaultSlot
(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentBaseServer
.protected void
noteAddedSlot
(ISlot slot) Notes that the given slot has been added to the currentBaseServer
.protected void
noteRemovedSlot
(ISlot slot) Notes that the given slot has been removed from the currentBaseServer
.Von Klasse geerbte Methoden ch.nolix.core.net.endpoint3.BaseServer
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
-
SslServer
-
-
Methodendetails
-
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityLevel
-
noteAddedDefaultSlot
Beschreibung aus Klasse kopiert:BaseServer
Notes that the given defaultSlot has been added to the currentBaseServer
.- Angegeben von:
noteAddedDefaultSlot
in KlasseBaseServer
- Parameter:
defaultSlot
-
-
noteAddedSlot
Beschreibung aus Klasse kopiert:BaseServer
Notes that the given slot has been added to the currentBaseServer
.- Angegeben von:
noteAddedSlot
in KlasseBaseServer
- Parameter:
slot
-
-
noteRemovedSlot
Beschreibung aus Klasse kopiert:BaseServer
Notes that the given slot has been removed from the currentBaseServer
.- Angegeben von:
noteRemovedSlot
in KlasseBaseServer
- Parameter:
slot
-
-