Interface RequestHandler

    • Method Detail

      • service

        boolean service​(Request request,
                        Response response)
                 throws java.io.IOException
        Returns true if the request has been handled, false otherwise.
        Throws:
        java.io.IOException