Interface ServerUtils

All Known Implementing Classes:
ServerUtilsDefault

public interface ServerUtils
Some utilities for server implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This must be called by a Server implementation, after it has been successfully started!
  • Method Details

    • callServerStartedListeners

      void callServerStartedListeners()
      This must be called by a Server implementation, after it has been successfully started!