Uses of Class
org.glassfish.jersey.client.ClientResponse

Packages that use ClientResponse
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.client.spi   
 

Uses of ClientResponse in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that return ClientResponse
 ClientResponse HttpUrlConnector.apply(ClientRequest request)
           
 

Uses of ClientResponse in org.glassfish.jersey.client.spi
 

Methods in org.glassfish.jersey.client.spi that return ClientResponse
 ClientResponse Connector.apply(ClientRequest request)
          Synchronously process client request into a response.
 

Methods in org.glassfish.jersey.client.spi with parameters of type ClientResponse
 void AsyncConnectorCallback.response(ClientResponse response)
          Invoked when a response for the asynchronously invoked request is available.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.