Uses of Enum Class
org.glassfish.jersey.server.monitoring.RequestEvent.Type
Package
Description
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of RequestEvent.Type in org.glassfish.jersey.server.internal.monitoring
Modifier and TypeMethodDescriptionEmptyRequestEventBuilder.build
(RequestEvent.Type eventType) RequestEventBuilder.build
(RequestEvent.Type eventType) Build the instance ofrequest event
.RequestEventImpl.Builder.build
(RequestEvent.Type type) -
Uses of RequestEvent.Type in org.glassfish.jersey.server.internal.process
Modifier and TypeMethodDescriptionvoid
RequestProcessingContext.triggerEvent
(RequestEvent.Type eventType) Trigger a new monitoring event for the currently processed request. -
Uses of RequestEvent.Type in org.glassfish.jersey.server.monitoring
Modifier and TypeMethodDescriptionRequestEvent.getType()
Returns thetype
of this event.static RequestEvent.Type
Returns the enum constant of this class with the specified name.static RequestEvent.Type[]
RequestEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.