Interface ExternalServer

All Known Implementing Classes:
DefaultExternalServer

public interface ExternalServer
External-facing transport server (WebSocket/TCP/UDP/custom) bootstrap contract.
Author:
渔民小镇
date:
2023-02-18
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    startup(NetServer netServer)
    Start the external transport and bind it to the shared net server runtime.
  • Method Details

    • startup

      void startup(NetServer netServer)
      Start the external transport and bind it to the shared net server runtime.
      Parameters:
      netServer - core net server runtime