Package ch.nolix.core.net.endpoint3
Klasse SslServer
java.lang.Object
ch.nolix.core.net.endpoint3.AbstractServer
ch.nolix.core.net.endpoint3.SslServer
- Alle implementierten Schnittstellen:
IServer,Closeable,CloseStateRequestable,GroupCloseable,Clearable,EmptinessRequestable,AutoCloseable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic SslServerforPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate sslCertificate) static SslServerforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage) protected voidnoteAddedDefaultSlot(ISlot defaultSlot) Notes that the given defaultSlot has been added to the currentAbstractServer.protected voidnoteAddedSlot(ISlot slot) Notes that the given slot has been added to the currentAbstractServer.protected voidnoteRemovedSlot(ISlot slot) Notes that the given slot has been removed from the currentAbstractServer.Von Klasse geerbte Methoden ch.nolix.core.net.endpoint3.AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, noteClose, 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
-
Methodendetails
-
forPortAndHtmlPageAndSSLCertificate
public static SslServer forPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate sslCertificate) -
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
-
noteAddedDefaultSlot
Beschreibung aus Klasse kopiert:AbstractServerNotes that the given defaultSlot has been added to the currentAbstractServer.- Angegeben von:
noteAddedDefaultSlotin KlasseAbstractServer- Parameter:
defaultSlot-
-
noteAddedSlot
Beschreibung aus Klasse kopiert:AbstractServerNotes that the given slot has been added to the currentAbstractServer.- Angegeben von:
noteAddedSlotin KlasseAbstractServer- Parameter:
slot-
-
noteRemovedSlot
Beschreibung aus Klasse kopiert:AbstractServerNotes that the given slot has been removed from the currentAbstractServer.- Angegeben von:
noteRemovedSlotin KlasseAbstractServer- Parameter:
slot-
-