| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| 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(Configurable 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(Configurable configuration)
Create new configured client instance using the default client builder factory
provided by the JAX-RS implementation provider.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.