Uses of Interface
javax.ws.rs.client.Client

Packages that use Client
javax.ws.rs.client The JAX-RS client API 
org.glassfish.jersey.client Jersey client-side classes. 
 

Uses of Client in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return Client
abstract  Client ClientBuilder.build()
          Build a new client instance using all the configuration previously specified in this client builder.
 Client ClientRequestContext.getClient()
          Get the client instance associated with the request.
static Client ClientBuilder.newClient()
          Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
static Client ClientBuilder.newClient(Configuration configuration)
          Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
 

Uses of Client in org.glassfish.jersey.client
 

Classes in org.glassfish.jersey.client that implement Client
 class JerseyClient
          Jersey implementation of JAX-RS JerseyClient contract.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.