public class RequestAccounting extends RequestHandler
| Constructor and Description |
|---|
RequestAccounting() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(RequestEvent e)
Invoked when the container receives a request for a servlet of a managed app.
|
void |
handleResponse(ResponseEvent e)
Invoked when a servlet of a managed app has produced a response to a request.
|
onEvent, start, stoptoStringpublic void handleRequest(RequestEvent e)
RequestHandlerhandleRequest in class RequestHandlere - the eventpublic void handleResponse(ResponseEvent e)
RequestHandlerhandleResponse in class RequestHandlere - the eventCopyright © 2015. All Rights Reserved.