Class SslServer

java.lang.Object
ch.nolix.base.net.senderandreceiverserver.AbstractServer
ch.nolix.base.net.senderandreceiverserver.SslServer
All Implemented Interfaces:
Clearable, EmptinessRequestable, SecurityModeHolder, Server, Closeable, GroupCloseable, OpennessRequestable, AutoCloseable

public final class SslServer extends AbstractServer
Author:
Silvan Wyss
  • Field Details

  • Method Details

    • forPortAndHtmlPageAndSSLCertificate

      public static SslServer forPortAndHtmlPageAndSSLCertificate(int port, String htmlPage, ISslCertificate paramSSLCertificate)
    • forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration

      public static SslServer forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage)
    • getSecurityMode

      public SecurityMode getSecurityMode()
      Returns:
      the SecurityMode of the current SecurityModeHolder
    • noteClose

      public void noteClose()
      Lets the current GroupCloseable note a close.