Schnittstelle IServer

Alle Superschnittstellen:
AutoCloseable, Clearable, Closeable, CloseStateRequestable, EmptinessRequestable, GroupCloseable
Alle bekannten Implementierungsklassen:
BaseServer, LocalServer, Server, SslServer

public interface IServer extends Clearable, GroupCloseable
  • Methodendetails

    • addDefaultSlot

      void addDefaultSlot(ISlot defaultSlot)
    • addSlot

      void addSlot(ISlot slot)
    • containsDefaultSlot

      boolean containsDefaultSlot()
    • containsSlotWithName

      boolean containsSlotWithName(String name)
    • getSecurityMode

      SecurityMode getSecurityMode()
    • removeSlotByName

      void removeSlotByName(String name)