Interface Server

All Known Implementing Classes:
BaseServer

public interface Server
The Server interface defines the methods for starting and stopping a server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts the server.
    void
    Stops the server.
  • Method Details

    • start

      void start()
      Starts the server.
    • stop

      void stop()
      Stops the server.