Interface RpcHttpServer

    • Method Detail

      • configure

        void configure​(java.lang.String host,
                       int port,
                       RpcRequestHandler requestHandler)
      • start

        void start()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • stop

        void stop()
           throws java.io.IOException
        Throws:
        java.io.IOException