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
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSslServer(int port, ISslCertificate paramSSLCertificate) SslServer(int port, String htmlPage, ISslCertificate paramSSLCertificate) -
Methodenübersicht
Modifikator und TypMethodeBeschreibungstatic SslServerforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage) voidLets the currentGroupCloseablenote a close.Von Klasse geerbte Methoden AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, removeSlotByNameVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden CloseStateRequestable
isOpenVon Schnittstelle geerbte Methoden EmptinessRequestable
containsAnyVon Schnittstelle geerbte Methoden 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.
-