Class SslServer
java.lang.Object
ch.nolix.base.net.level2server.AbstractServer
ch.nolix.base.net.level2server.SslServer
- All Implemented Interfaces:
IServer, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, 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 CloseStateRequestable
isOpenMethods inherited from interface EmptinessRequestable
containsAnyMethods inherited from interface GroupCloseable
close, createCloseDependencyTo, isClosed
-
Method Details
-
forPortAndHtmlPageAndSslCertificate
public static SslServer forPortAndHtmlPageAndSslCertificate(int port, String htmlPage, ISslCertificate sslCertificate) -
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
-