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

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()
    • noteClose

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