Package | Description |
---|---|
org.jboss.resteasy.client.jaxrs |
Modifier and Type | Method and Description |
---|---|
ResteasyClientBuilder |
ResteasyClientBuilder.asyncExecutor(ExecutorService asyncExecutor)
Executor to use to run AsyncInvoker invocations
|
ResteasyClientBuilder |
ResteasyClientBuilder.asyncExecutor(ExecutorService asyncExecutor,
boolean cleanupExecutor)
Executor to use to run AsyncInvoker invocations
|
ResteasyClientBuilder |
ResteasyClientBuilder.connectionCheckoutTimeout(long timeout,
TimeUnit unit)
If connection pooling is enabled, how long will we wait to get a connection?
|
ResteasyClientBuilder |
ResteasyClientBuilder.connectionPoolSize(int connectionPoolSize)
Number of connections allowed to pool
|
ResteasyClientBuilder |
ResteasyClientBuilder.connectionTTL(long ttl,
TimeUnit unit)
If there is a connection pool, set the time to live in the pool.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(String hostname)
Specify a default proxy.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(String hostname,
int port)
Specify a default proxy host and port.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(String hostname,
int port,
String scheme)
Specify default proxy.
|
ResteasyClientBuilder |
ResteasyClientBuilder.disableTrustManager()
Disable trust management and hostname verification.
|
ResteasyClientBuilder |
ResteasyClientBuilder.establishConnectionTimeout(long timeout,
TimeUnit unit)
When trying to make an initial socket connection, what is the timeout?
|
ResteasyClientBuilder |
ResteasyClientBuilder.hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy policy)
SSL policy used to verify hostnames
|
ResteasyClientBuilder |
ResteasyClientBuilder.hostnameVerifier(HostnameVerifier verifier) |
ResteasyClientBuilder |
ResteasyClientBuilder.httpEngine(ClientHttpEngine httpEngine)
Negates all ssl and connection specific configuration
|
ResteasyClientBuilder |
ResteasyClientBuilder.keyStore(KeyStore keyStore,
char[] password) |
ResteasyClientBuilder |
ResteasyClientBuilder.keyStore(KeyStore keyStore,
String password) |
ResteasyClientBuilder |
ResteasyClientBuilder.maxPooledPerRoute(int maxPooledPerRoute)
If connection pooling enabled, how many connections to pool per url?
|
ResteasyClientBuilder |
ResteasyClientBuilder.property(String name,
Object value) |
ResteasyClientBuilder |
ResteasyClientBuilder.providerFactory(ResteasyProviderFactory providerFactory)
Changing the providerFactory will wipe clean any registered components or properties.
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
Class<?>... contracts) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
int priority) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Object component) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Object component,
Class<?>... contracts) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Object component,
int priority) |
ResteasyClientBuilder |
ResteasyClientBuilder.register(Object component,
Map<Class<?>,Integer> contracts) |
ResteasyClientBuilder |
ResteasyClientBuilder.responseBufferSize(int size)
Response stream is wrapped in a BufferedInputStream.
|
ResteasyClientBuilder |
ResteasyClientBuilder.socketTimeout(long timeout,
TimeUnit unit)
Socket inactivity timeout
|
ResteasyClientBuilder |
ResteasyClientBuilder.sslContext(SSLContext sslContext) |
ResteasyClientBuilder |
ResteasyClientBuilder.trustStore(KeyStore truststore) |
ResteasyClientBuilder |
ResteasyClientBuilder.withConfig(javax.ws.rs.core.Configuration config) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.