Interface EPPServerCon

All Known Implementing Classes:
EPPPlainServer, EPPPlainServerSingle, EPPQuicServer, EPPQuicServerSingle, EPPSSLServer, EPPSSLServerSingle

public interface EPPServerCon
Interface for a server connection, which will accept new client connections.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    RunServer(ServerEventHandler aConnectionHandler)
    Run the server that listens on a port for new client connections and call the passed handler to handle the new client connections.
  • Method Details

    • RunServer

      void RunServer(ServerEventHandler aConnectionHandler) throws EPPConException
      Run the server that listens on a port for new client connections and call the passed handler to handle the new client connections.
      Parameters:
      aConnectionHandler - Handler for new client connections
      Throws:
      EPPConException - Exception in the server connection