Uses of Interface
com.sun.jersey.spi.monitoring.RequestListener

Packages that use RequestListener
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.monitoring Provides support GlassFish monitoring. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.monitoring   
 

Uses of RequestListener in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return RequestListener
 RequestListener WebApplicationImpl.getRequestListener()
           
 

Uses of RequestListener in com.sun.jersey.server.impl.monitoring
 

Methods in com.sun.jersey.server.impl.monitoring that return RequestListener
static RequestListener MonitoringProviderFactory.createRequestListener(ProviderServices providerServices)
           
 

Uses of RequestListener in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container that return RequestListener
 RequestListener WebApplication.getRequestListener()
          Get an instance of RequestListener that should be used to monitor request processing.
 

Uses of RequestListener in com.sun.jersey.spi.monitoring
 

Methods in com.sun.jersey.spi.monitoring that return RequestListener
 RequestListener RequestListenerAdapter.adapt(RequestListener requestListener)
          Adapt a RequestListener.
 

Methods in com.sun.jersey.spi.monitoring with parameters of type RequestListener
 RequestListener RequestListenerAdapter.adapt(RequestListener requestListener)
          Adapt a RequestListener.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.