Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.internal |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyClient |
Modifier and Type | Method and Description |
---|---|
Client |
ClientRequestContextImpl.getClient() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.