|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
handle(HttpRequest request,
HttpResponse response,
java.lang.Exception exception)
Abstract handler of handler Exceptions. |
Method Detail |
public void handle(HttpRequest request, HttpResponse response, java.lang.Exception exception) throws java.lang.Exception
request
- The HTTP request that was handledresponse
- The HTTP response. The headersWritten() method needs
to be checked to determine if headers were sent before the exception.exception
- Any exception thrown by another HttpHandler.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |