public class RequestErrorFilter extends java.lang.Object implements RequestFilter
RequestHandler pipeline used to intercept and report
exceptions.| Constructor and Description |
|---|
RequestErrorFilter(InternalRequestGlobals internalRequestGlobals,
RequestExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
service(Request request,
Response response,
RequestHandler handler)
Returns true if the request has been handled, false otherwise.
|
public RequestErrorFilter(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler)
public boolean service(Request request, Response response, RequestHandler handler) throws java.io.IOException
RequestFilterservice in interface RequestFilterjava.io.IOException${project.version} - Copyright © 2003-2015 The Apache Software Foundation.