Uses of Interface
org.glassfish.jersey.server.monitoring.RequestEvent
Packages that use RequestEvent
Package
Description
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of RequestEvent in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring with parameters of type RequestEventModifier and TypeMethodDescriptionvoidRequestEventListener.onEvent(RequestEvent event) The method is called when new request event occurs.ApplicationEventListener.onRequest(RequestEvent requestEvent) Process a new request and return arequest event listenerif listening torequest eventsis required.