public interface HttpServletRequestFilter
HttpServletRequestHandler
.Modifier and Type | Method and Description |
---|---|
boolean |
service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler)
Filter interface for the HttpServletRequestHandler pipeline.
|
boolean service(HttpServletRequest request, HttpServletResponse response, HttpServletRequestHandler handler) throws IOException
IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.