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
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.