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

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

Uses of ClientResponse in org.glassfish.jersey.client
 

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

Methods in org.glassfish.jersey.client that return types with arguments of type ClientResponse
 Inflector<ClientRequest,ClientResponse> ClientConfig.getConnector()
          Get the client transport connector.
 

Method parameters in org.glassfish.jersey.client with type arguments of type ClientResponse
 ClientConfig ClientConfig.connector(Inflector<ClientRequest,ClientResponse> connector)
          Set Jersey client transport connector.
 



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