Class SslServer
java.lang.Object
ch.nolix.base.net.level1server.AbstractServer
ch.nolix.base.net.level1server.SslServer
- All Implemented Interfaces:
IServer, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, AutoCloseable
- Author:
- Silvan Wyss
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SslServerforPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate paramSSLCertificate) static SslServerforPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage) voidLets the currentGroupCloseablenote a close.Methods inherited from class AbstractServer
addDefaultSlot, addSlot, clear, containsDefaultSlot, containsSlotWithName, getStoredCloseController, isEmpty, 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
-
Field Details
-
DEFAULT_HTML_PAGE
- See Also:
-
-
Method Details
-
forPortAndHtmlPageAndSSLCertificate
public static SslServer forPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate paramSSLCertificate) -
forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration
-
getSecurityMode
-
noteClose
public void noteClose()Lets the currentGroupCloseablenote a close.
-