Interface IServer

All Superinterfaces:
AutoCloseable, Clearable, Closeable, CloseStateRequestable, EmptinessRequestable, GroupCloseable
All Known Implementing Classes:
AbstractServer, LocalServer, Server, SslServer

public interface IServer extends Clearable, GroupCloseable
Author:
Silvan Wyss
  • Method Details

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