Perform request processing as required by this Valve. An individual Valve MAY perform the following actions, in the specified order: Examine and/or modify the properties of the specified Request and Response. Examine the properties of the specified Request, comp
(Request request, Response response)
| 107 | * Servlet |
| 108 | */ |
| 109 | void invoke(Request request, Response response) throws IOException, ServletException; |
| 110 | |
| 111 | |
| 112 | /** |
no outgoing calls