Uses of Interface
org.glassfish.jersey.server.monitoring.RequestEvent

Packages that use RequestEvent
org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes. 
org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces. 
 

Uses of RequestEvent in org.glassfish.jersey.server.internal.monitoring
 

Classes in org.glassfish.jersey.server.internal.monitoring that implement RequestEvent
 class RequestEventImpl
          Request event implementation.
 

Methods in org.glassfish.jersey.server.internal.monitoring that return RequestEvent
 RequestEvent EmptyRequestEventBuilder.build(RequestEvent.Type eventType)
           
 RequestEvent RequestEventBuilder.build(RequestEvent.Type eventType)
          Build the instance of request event.
 

Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type RequestEvent
 void CompositeRequestEventListener.onEvent(RequestEvent event)
           
 RequestEventListener CompositeApplicationEventListener.onRequest(RequestEvent requestEvent)
           
 org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.ReqEventListener MonitoringEventListener.onRequest(RequestEvent requestEvent)
           
 

Uses of RequestEvent in org.glassfish.jersey.server.monitoring
 

Methods in org.glassfish.jersey.server.monitoring with parameters of type RequestEvent
 void RequestEventListener.onEvent(RequestEvent event)
          The method is called when new request event occurs.
 RequestEventListener ApplicationEventListener.onRequest(RequestEvent requestEvent)
          Process a new request and return a request event listener if listening to request events is required.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.