Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.process |
Jersey server-side internal classes related to request and response processing.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeRequestEventListener
request event listener that aggregates more request event listener into one. |
private class |
MonitoringEventListener.ReqEventListener |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RequestEventListener> |
CompositeRequestEventListener.requestEventListeners |
Modifier and Type | Method and Description |
---|---|
RequestEventListener |
ApplicationInfoListener.onRequest(RequestEvent requestEvent) |
RequestEventListener |
CompositeApplicationEventListener.onRequest(RequestEvent requestEvent) |
Constructor and Description |
---|
CompositeRequestEventListener(java.util.List<RequestEventListener> requestEventListeners)
Create a new composite listener.
|
Modifier and Type | Field and Description |
---|---|
private RequestEventListener |
RequestProcessingContext.monitoringEventListener |
Constructor and Description |
---|
RequestProcessingContext(org.glassfish.hk2.api.ServiceLocator serviceLocator,
ContainerRequest request,
UriRoutingContext routingContext,
RequestEventBuilder monitoringEventBuilder,
RequestEventListener monitoringEventListener)
Create new request processing context.
|
Modifier and Type | Method and Description |
---|---|
RequestEventListener |
ApplicationEventListener.onRequest(RequestEvent requestEvent)
Process a new request and return a
request event listener if
listening to request events is required. |