Package ch.nolix.core.net.endpoint
Klasse SslServer
java.lang.Object
ch.nolix.core.net.endpoint.BaseServer
ch.nolix.core.net.endpoint.SslServer
- Alle implementierten Schnittstellen:
IServer
,Closeable
,CloseStateRequestable
,GroupCloseable
,Clearable
,EmptinessRequestable
,AutoCloseable
-
Feldübersicht
-
Konstruktorübersicht
KonstruktorBeschreibungSslServer
(int port, ISslCertificate paramSSLCertificate) SslServer
(int port, String htmlPage, ISslCertificate paramSSLCertificate) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SslServer
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
(int port, String htmlPage) void
Lets the currentGroupCloseable
note a close.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
-
Felddetails
-
DEFAULT_HTML_PAGE
- Siehe auch:
-
-
Konstruktordetails
-
SslServer
-
SslServer
-
-
Methodendetails
-
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
-
noteClose
public void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.
-