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

Packages that use RequestListener
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.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.