Interface HttpHandler

    • Method Detail

      • handleRequest

        void handleRequest​(HttpServerExchange exchange)
                    throws Exception
        Handle the request.
        Parameters:
        exchange - the HTTP request/response exchange
        Throws:
        Exception