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

Packages that use ClientResponse
org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. 
 

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-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.