| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.monitoring |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerRequest.setRequestEventListener(RequestEventListener requestEventListener,
RequestEventBuilder requestEventBuilder)
Set
request event listener that will listen to events of this request and
request event builder that will be used to build these events. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeRequestEventListener
request event listener that aggregates more request event listener into one. |
| Modifier and Type | Method and Description |
|---|---|
RequestEventListener |
CompositeApplicationEventListener.onRequest(RequestEvent requestEvent) |
| Constructor and Description |
|---|
CompositeRequestEventListener(List<RequestEventListener> requestEventListeners)
Create a new composite listener.
|
| 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. |
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.