Package ch.nolix.core.net.endpoint
Klasse SslServer
java.lang.Object
ch.nolix.core.net.endpoint.AbstractServer
ch.nolix.core.net.endpoint.SslServer
- Alle implementierten Schnittstellen:
IServer,Closeable,CloseStateRequestable,GroupCloseable,Clearable,EmptinessRequestable,AutoCloseable
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSslServer(int port, ISslCertificate paramSSLCertificate) SslServer(int port, String htmlPage, ISslCertificate paramSSLCertificate) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SslServerforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage) voidLets the currentGroupCloseablenote a close.Von Klasse geerbte Methoden ch.nolix.core.net.endpoint.AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, removeSlotByNameVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrol.closecontroller.GroupCloseable
close, createCloseDependencyTo, isClosed
-
Felddetails
-
DEFAULT_HTML_PAGE
- Siehe auch:
-
-
Konstruktordetails
-
SslServer
-
SslServer
-
-
Methodendetails
-
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
-
noteClose
public void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseableLets the currentGroupCloseablenote a close.
-