Uses of Package
com.sun.jersey.api.client.filter

Packages that use com.sun.jersey.api.client.filter
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.api.client.filter Provides support for client filter chains and filters. 
com.sun.jersey.client.apache Provides support for the Client API that utilizes the Apache HTTP client to send and receive HTTP request and responses. 
com.sun.jersey.oauth.client   
 

Classes in com.sun.jersey.api.client.filter used by com.sun.jersey.api.client
Filterable
          An abstract class providing support for registering and managing a chain of ClientFilter instances.
 

Classes in com.sun.jersey.api.client.filter used by com.sun.jersey.api.client.filter
ClientFilter
          A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
ContainerListener
          ContainerListener abstract class
Filterable
          An abstract class providing support for registering and managing a chain of ClientFilter instances.
OnStartConnectionListener
           
 

Classes in com.sun.jersey.api.client.filter used by com.sun.jersey.client.apache
Filterable
          An abstract class providing support for registering and managing a chain of ClientFilter instances.
 

Classes in com.sun.jersey.api.client.filter used by com.sun.jersey.oauth.client
ClientFilter
          A client filter capable of modifying the outbound HTTP request or the inbound HTTP response.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.