Class RemoteHostValve

    • Constructor Detail

      • RemoteHostValve

        public RemoteHostValve()
    • Method Detail

      • invoke

        public void invoke​(Request request,
                           Response response)
                    throws IOException,
                           ServletException
        Description copied from class: RequestFilterValve
        Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering. This method must be implemented by a concrete subclass.
        Specified by:
        invoke in interface Valve
        Specified by:
        invoke in class RequestFilterValve
        Parameters:
        request - The servlet request to be processed
        response - The servlet response to be created
        Throws:
        IOException - if an input/output error occurs
        ServletException - if a servlet error occurs