Package org.glassfish.jersey.server.internal.monitoring
package org.glassfish.jersey.server.internal.monitoring
Jersey server-side internal monitoring and statistics classes.
-
ClassDescriptionImplementation of
application event
.Application event listener
that listens toapplication
events and just prepareApplicationInfo
instance to be injectable.application event listener
that aggregates more event listeners into one.request event listener
that aggregates more request event listener into one.Empty mock implementation ofRequestEventBuilder
.Autodiscoverable feature that registersMonitoringFeature
based on configuration properties.Container listener that listens to container events and trigger theapplication events
and call them on suppliedRequestEventListener
.A binder that binds theMonitoringContainerListener
.application event listener
that listens toapplication
andrequest
events and supplies data toMonitoringStatisticsProcessor
which producesmonitoring statistics
.Feature that enables calculating ofmonitoring statistics
and optionally also enables exposure of monitoring MBeans.Monitoring helper class that contains utility methods used in Monitoring.A contract forrequest monitoring event
builder.Request event
implementation.Builder ofRequestEventImpl
.