|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Client | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| org.jboss.resteasy.client.jaxrs | |
| org.jboss.resteasy.client.jaxrs.internal | |
| org.jboss.resteasy.skeleton.key | |
| 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.jboss.resteasy.client.jaxrs |
|---|
| Classes in org.jboss.resteasy.client.jaxrs that implement Client | |
|---|---|
class |
ResteasyClient
|
| Uses of Client in org.jboss.resteasy.client.jaxrs.internal |
|---|
| Methods in org.jboss.resteasy.client.jaxrs.internal that return Client | |
|---|---|
Client |
ClientRequestContextImpl.getClient()
|
| Uses of Client in org.jboss.resteasy.skeleton.key |
|---|
| Fields in org.jboss.resteasy.skeleton.key declared as Client | |
|---|---|
protected Client |
AbstractOAuthClient.client
|
| Methods in org.jboss.resteasy.skeleton.key that return Client | |
|---|---|
Client |
AbstractOAuthClient.getClient()
|
| Methods in org.jboss.resteasy.skeleton.key with parameters of type Client | |
|---|---|
void |
AbstractOAuthClient.setClient(Client client)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||