| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| Modifier and Type | Method and Description |
|---|---|
ServerRuntime |
ServerRuntime.Builder.build(Stage<RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
ProcessingProviders processingProviders)
Create new server-side request processing runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeApplicationEventListener
application event listener that aggregates more event listeners into one. |
class |
MonitoringEventListener
application event listener that listens to application
and request events and supplies data to MonitoringStatisticsProcessor which
produces monitoring statistics. |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitoringContainerListener.init(ApplicationEventListener listener,
ApplicationEvent initFinishedEvent)
Initializes the instance with listener that must be called and initialization event.
|
| Constructor and Description |
|---|
CompositeApplicationEventListener(List<ApplicationEventListener> applicationEventListeners)
Creates a new instance of composite event listener.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.