| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.monitoring |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestEventImpl
Request event implementation. |
| Modifier and Type | Method and Description |
|---|---|
RequestEvent |
RequestEventBuilder.build(RequestEvent.Type eventType)
Build the instance of
request event. |
RequestEvent |
EmptyRequestEventBuilder.build(RequestEvent.Type eventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeRequestEventListener.onEvent(RequestEvent event) |
RequestEventListener |
CompositeApplicationEventListener.onRequest(RequestEvent requestEvent) |
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener |
MonitoringEventListener.onRequest(RequestEvent requestEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestEventListener.onEvent(RequestEvent event)
The method is called when new request event occurs.
|
RequestEventListener |
ApplicationEventListener.onRequest(RequestEvent requestEvent)
Process a new request and return a
request event listener if
listening to request events is required. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.