Uses of Enum Class
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
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 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.