public interface RequestFilter
RequestHandler
. Implementations of this interface may be
contributed into the RequestHandler service configuration.Modifier and Type | Method and Description |
---|---|
boolean |
service(Request request,
Response response,
RequestHandler handler)
Returns true if the request has been handled, false otherwise.
|
boolean service(Request request, Response response, RequestHandler handler) throws IOException
IOException
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.