Interface RequestFilter

    • Method Detail

      • service

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