|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientBuilder | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
org.jboss.resteasy.client.jaxrs |
Uses of ClientBuilder in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client that return ClientBuilder | |
---|---|
abstract ClientBuilder |
ClientBuilder.hostnameVerifier(HostnameVerifier verifier)
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information. |
abstract ClientBuilder |
ClientBuilder.keyStore(KeyStore keyStore,
char[] password)
Set the client-side key store. |
ClientBuilder |
ClientBuilder.keyStore(KeyStore keyStore,
String password)
Set the client-side key store. |
static ClientBuilder |
ClientBuilder.newBuilder()
Create a new ClientBuilder instance using the default client builder
implementation class provided by the JAX-RS implementation provider. |
abstract ClientBuilder |
ClientBuilder.sslContext(SSLContext sslContext)
Set the SSL context that will be used when creating secured transport connections to server endpoints from web targets created by the client
instance that is using this SSL context. |
abstract ClientBuilder |
ClientBuilder.trustStore(KeyStore trustStore)
Set the client-side trust store. |
Uses of ClientBuilder in org.jboss.resteasy.client.jaxrs |
---|
Subclasses of ClientBuilder in org.jboss.resteasy.client.jaxrs | |
---|---|
class |
ResteasyClientBuilder
Abstraction for creating Clients. |
Methods in org.jboss.resteasy.client.jaxrs that return ClientBuilder | |
---|---|
ClientBuilder |
ResteasyClientBuilder.hostnameVerifier(HostnameVerifier verifier)
|
ClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass)
|
ClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
Class<?>... contracts)
|
ClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
int priority)
|
ClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts)
|
ClientBuilder |
ResteasyClientBuilder.register(Object component)
|
ClientBuilder |
ResteasyClientBuilder.register(Object component,
Class<?>... contracts)
|
ClientBuilder |
ResteasyClientBuilder.register(Object component,
int priority)
|
ClientBuilder |
ResteasyClientBuilder.register(Object component,
Map<Class<?>,Integer> contracts)
|
ClientBuilder |
ResteasyClientBuilder.replaceWith(Configuration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |