Class SslServer
java.lang.Object
ch.nolix.base.net.executoranddataproviderserver.AbstractServer
ch.nolix.base.net.executoranddataproviderserver.SslServer
- All Implemented Interfaces:
Clearable, EmptinessRequestable, Server, SecurityModeHolder, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic SslServerforPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate sslCertificate) static SslServerforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage) Methods inherited from class AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, noteClose, removeSlotByNameMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EmptinessRequestable
containsAnyMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, isClosedMethods inherited from interface OpennessRequestable
isOpen
-
Method Details
-
forPortAndHtmlPageAndSSLCertificate
public static SslServer forPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate sslCertificate) -
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
- Returns:
- the
SecurityModeof the currentSecurityModeHolder
-