Uses of Class
com.sun.ws.rest.api.client.ClientHandlerException

Packages that use ClientHandlerException
com.sun.ws.rest.api.client   
 

Uses of ClientHandlerException in com.sun.ws.rest.api.client
 

Methods in com.sun.ws.rest.api.client that throw ClientHandlerException
 ClientResponse Client.handle(ClientRequest cr)
           
 ClientResponse ClientHandler.handle(ClientRequest cr)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)