Klasse SslServer

java.lang.Object
ch.nolix.core.net.endpoint2.BaseServer
ch.nolix.core.net.endpoint2.SslServer
Alle implementierten Schnittstellen:
IServer, Closeable, CloseStateRequestable, GroupCloseable, Clearable, EmptinessRequestable, AutoCloseable

public final class SslServer extends BaseServer
  • Konstruktordetails

  • Methodendetails

    • forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration

      public SslServer forPortAndHtmlPageAndSSLCertificateFromNolixConfiguration(int port, String htmlPage)
    • getSecurityLevel

      public SecurityMode getSecurityLevel()
    • noteAddedDefaultSlot

      protected void noteAddedDefaultSlot(ISlot defaultSlot)
      Beschreibung aus Klasse kopiert: BaseServer
      Notes that the given defaultSlot has been added to the current BaseServer.
      Angegeben von:
      noteAddedDefaultSlot in Klasse BaseServer
      Parameter:
      defaultSlot -
    • noteAddedSlot

      protected void noteAddedSlot(ISlot slot)
      Beschreibung aus Klasse kopiert: BaseServer
      Notes that the given slot has been added to the current BaseServer.
      Angegeben von:
      noteAddedSlot in Klasse BaseServer
      Parameter:
      slot -
    • noteRemovedSlot

      protected void noteRemovedSlot(ISlot slot)
      Notes that the given slot has been removed from the current BaseServer.
      Angegeben von:
      noteRemovedSlot in Klasse BaseServer
      Parameter:
      slot -