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 | Field and Description |
---|---|
private ApplicationEventListener |
ServerRuntime.applicationEventListener |
Modifier and Type | Method and Description |
---|---|
ServerRuntime |
ServerRuntime.Builder.build(Stage<RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
ProcessingProviders processingProviders)
Create new server-side request processing runtime.
|
Constructor and Description |
---|
ServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot,
ProcessingProviders processingProviders,
org.glassfish.hk2.api.ServiceLocator locator,
java.util.concurrent.ScheduledExecutorService backgroundScheduler,
javax.inject.Provider<java.util.concurrent.ExecutorService> managedAsyncExecutorProvider,
RequestScope requestScope,
ExceptionMappers exceptionMappers,
ApplicationEventListener applicationEventListener,
ExternalRequestScope externalScope,
javax.ws.rs.core.Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationInfoListener
Application event listener that listens to application
events and just prepare ApplicationInfo instance to be injectable. |
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 | Field and Description |
---|---|
private ApplicationEventListener |
MonitoringContainerListener.listener |
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<ApplicationEventListener> |
CompositeApplicationEventListener.applicationEventListeners |
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(java.lang.Iterable<ApplicationEventListener> applicationEventListeners)
Creates a new instance of composite event listener.
|