public class RequestAccounting extends RequestHandler
| Constructor and Description |
|---|
RequestAccounting() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
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.
|
String |
toString() |
onEvent, start, stopequalspublic String getName()
getName in class RequestHandlerpublic void handleRequest(RequestEvent e)
RequestHandlerhandleRequest in class RequestHandlere - the eventpublic void handleResponse(ResponseEvent e)
RequestHandlerhandleResponse in class RequestHandlere - the eventpublic String toString()
toString in class AbstractHandlerCopyright © 2021. All Rights Reserved.