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

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

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

Methods in com.sun.ws.rest.api.client that return ClientResponse
 ClientResponse UniformInterfaceException.getResponse()
          Get the client response assocatiated with the exception.
abstract  ClientResponse ClientFilter.handle(ClientRequest cr)
           
 ClientResponse ClientHandler.handle(ClientRequest cr)
          Handle a HTTP request as a ClientRequest and return the HTTP response as a ClientResponse.
 ClientResponse Client.handle(ClientRequest cr)
           
 ClientResponse UniformInterface.head()
          Invoke the HEAD method.
 ClientResponse WebResource.head()
           
 ClientResponse WebResource.Builder.head()
           
 

Constructors in com.sun.ws.rest.api.client with parameters of type ClientResponse
UniformInterfaceException(ClientResponse r)
           
UniformInterfaceException(java.lang.String message, ClientResponse r)