| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientRequestContext.getClient()
Get the client instance associated with the request.
|
protected abstract Client |
ClientFactory.getClient()
Get a new client instance.
|
protected abstract Client |
ClientFactory.getClient(Configuration configuration)
Get a new pre-configured client instance.
|
static Client |
ClientFactory.newClient()
Create new client instance using the default client builder factory provided
by the JAX-RS implementation provider.
|
static Client |
ClientFactory.newClient(Configuration configuration)
Create new configured client instance using the default client builder factory
provided by the JAX-RS implementation provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JerseyClient
Jersey implementation of
JAX-RS JerseyClient
contract. |
| Modifier and Type | Method and Description |
|---|---|
protected Client |
JerseyClientFactory.getClient() |
protected Client |
JerseyClientFactory.getClient(Configuration configurable) |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.