Uses of Enum
org.glassfish.jersey.server.monitoring.RequestEvent.Type
Packages that use RequestEvent.Type
Package
Description
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of RequestEvent.Type in org.glassfish.jersey.server.monitoring
Subclasses with type arguments of type RequestEvent.Type in org.glassfish.jersey.server.monitoringModifier and TypeClassDescriptionstatic enumThe type of the event which describes in which request processing phase the event is triggered.Methods in org.glassfish.jersey.server.monitoring that return RequestEvent.TypeModifier and TypeMethodDescriptionRequestEvent.getType()Returns thetypeof this event.static RequestEvent.TypeReturns 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.