|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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. |
| 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. |
| Methods in org.glassfish.jersey.client that return Client | |
|---|---|
protected Client |
JerseyClientFactory.getClient()
|
protected Client |
JerseyClientFactory.getClient(Configurable configuration)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||