Interface EPPServerCon

    • Method Detail

      • 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