Uses of Class
org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Packages that use RequestEvent.Type Package Description org.glassfish.jersey.server.monitoring 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.Type Modifier and Type Method Description RequestEvent.TypeRequestEvent. getType()Returns thetypeof this event.static RequestEvent.TypeRequestEvent.Type. valueOf(String name)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.
-