Uses of Class
com.sun.jersey.api.client.ClientHandlerException

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

Uses of ClientHandlerException in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that throw ClientHandlerException
 void ClientResponse.bufferEntity()
          Buffer the entity.
 void ClientResponse.close()
          Close the response.
<T> T
ClientResponse.getEntity(java.lang.Class<T> c)
          Get the entity of the response.
<T> T
ClientResponse.getEntity(GenericType<T> gt)
          Get the entity of the response.
 ClientResponse Client.handle(ClientRequest request)
           
 ClientResponse ClientHandler.handle(ClientRequest cr)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
 

Uses of ClientHandlerException in com.sun.jersey.api.client.filter
 

Methods in com.sun.jersey.api.client.filter that throw ClientHandlerException
 ClientResponse HTTPBasicAuthFilter.handle(ClientRequest cr)
           
 ClientResponse ConnectionListenerFilter.handle(ClientRequest request)
           
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)
           
 ClientResponse HTTPDigestAuthFilter.handle(ClientRequest request)
           
 ClientResponse CsrfProtectionFilter.handle(ClientRequest cr)
          Adds X-Requested-By header (if not present) to potentially state changing requests.
 ClientResponse GZIPContentEncodingFilter.handle(ClientRequest request)
           
 ClientResponse LoggingFilter.handle(ClientRequest request)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.