Uses of Enum
org.glassfish.jersey.server.monitoring.RequestEvent.Type
Packages that use 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
Fields in org.glassfish.jersey.server.internal.monitoring declared as RequestEvent.TypeMethods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent.TypeMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.TypeModifier and TypeMethodDescriptionEmptyRequestEventBuilder.build
(RequestEvent.Type eventType) RequestEventBuilder.build
(RequestEvent.Type eventType) Build the instance ofrequest event
.RequestEventImpl.Builder.build
(RequestEvent.Type type) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent.TypeModifierConstructorDescriptionprivate
RequestEventImpl
(RequestEvent.Type type, ContainerRequest containerRequest, ContainerResponse containerResponse, Throwable throwable, ExtendedUriInfo extendedUriInfo, Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters, Iterable<javax.ws.rs.container.ContainerRequestFilter> containerRequestFilters, javax.ws.rs.ext.ExceptionMapper<?> exceptionMapper, boolean success, boolean responseSuccessfullyMapped, RequestEvent.ExceptionCause exceptionCause, boolean responseWritten) -
Uses of RequestEvent.Type in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process with parameters of type RequestEvent.TypeModifier 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
Methods in org.glassfish.jersey.server.monitoring that return RequestEvent.TypeModifier and TypeMethodDescriptionRequestEvent.getType()
Returns thetype
of this event.static RequestEvent.Type
Returns the enum constant of this type with the specified name.static RequestEvent.Type[]
RequestEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.