ResteasyClientBuilder |
ResteasyClientBuilder.asyncExecutor(java.util.concurrent.ExecutorService asyncExecutor) |
Executor to use to run AsyncInvoker invocations
|
ResteasyClientBuilder |
ResteasyClientBuilder.asyncExecutor(java.util.concurrent.ExecutorService asyncExecutor,
boolean cleanupExecutor) |
Executor to use to run AsyncInvoker invocations
|
ResteasyClientBuilder |
ResteasyClientBuilder.connectionCheckoutTimeout(long timeout,
java.util.concurrent.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,
java.util.concurrent.TimeUnit unit) |
If there is a connection pool, set the time to live in the pool.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(java.lang.String hostname) |
Specify a default proxy.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(java.lang.String hostname,
int port) |
Specify a default proxy host and port.
|
ResteasyClientBuilder |
ResteasyClientBuilder.defaultProxy(java.lang.String hostname,
int port,
java.lang.String scheme) |
Specify default proxy.
|
ResteasyClientBuilder |
ResteasyClientBuilder.disableTrustManager() |
Disable trust management and hostname verification.
|
ResteasyClientBuilder |
ResteasyClientBuilder.establishConnectionTimeout(long timeout,
java.util.concurrent.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(javax.net.ssl.HostnameVerifier verifier) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.httpEngine(ClientHttpEngine httpEngine) |
Negates all ssl and connection specific configuration
|
ResteasyClientBuilder |
ResteasyClientBuilder.keyStore(java.security.KeyStore keyStore,
char[] password) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.keyStore(java.security.KeyStore keyStore,
java.lang.String password) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.maxPooledPerRoute(int maxPooledPerRoute) |
If connection pooling enabled, how many connections to pool per url?
|
ResteasyClientBuilder |
ResteasyClientBuilder.property(java.lang.String name,
java.lang.Object value) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.providerFactory(ResteasyProviderFactory providerFactory) |
Changing the providerFactory will wipe clean any registered components or properties.
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Class<?> componentClass) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Class<?> componentClass,
int priority) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Class<?> componentClass,
java.lang.Class<?>... contracts) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Class<?> componentClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Object component) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Object component,
int priority) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Object component,
java.lang.Class<?>... contracts) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.register(java.lang.Object component,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.responseBufferSize(int size) |
Response stream is wrapped in a BufferedInputStream.
|
ResteasyClientBuilder |
ResteasyClientBuilder.sniHostNames(java.lang.String... sniHostNames) |
Adds a TLS/SSL SNI Host Name for authentication.
|
ResteasyClientBuilder |
ResteasyClientBuilder.socketTimeout(long timeout,
java.util.concurrent.TimeUnit unit) |
The timeout for waiting for data.
|
ResteasyClientBuilder |
ResteasyClientBuilder.sslContext(javax.net.ssl.SSLContext sslContext) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.trustStore(java.security.KeyStore truststore) |
|
ResteasyClientBuilder |
ResteasyClientBuilder.withConfig(javax.ws.rs.core.Configuration config) |
|