|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestEventListener
Non-registrable provider that listens to request events.
RequestEventListener must be returned from the ApplicationEventListener.onRequest(RequestEvent).
This will register the instance for listening of request events for one particular request. Once
the processing of the request is finished, the instance will be ignored by the Jersey runtime and not used
for processing of further requests.
for details of how to register the {@code RequestEventListener}.| Method Summary | |
|---|---|
void |
onEvent(RequestEvent event)
The method is called when new request event occurs. |
| Method Detail |
|---|
void onEvent(RequestEvent event)
RequestEvent.Type.START as this event is handled by ApplicationEventListener.
event - Request event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||