Uses of Class
org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
-
Uses of ResteasyClientBuilderImpl in org.jboss.resteasy.client.jaxrs.internal
Modifier and TypeMethodDescriptionResteasyClientBuilderImpl.asyncExecutor
(ExecutorService asyncExecutor) Deprecated.ResteasyClientBuilderImpl.asyncExecutor
(ExecutorService asyncExecutor, boolean cleanupExecutor) Deprecated.ResteasyClientBuilderImpl.connectionCheckoutTimeout
(long timeout, TimeUnit unit) If connection pooling is enabled, how long will we wait to get a connection?ResteasyClientBuilderImpl.connectionPoolSize
(int connectionPoolSize) Number of connections allowed to pool.ResteasyClientBuilderImpl.connectionTTL
(long ttl, TimeUnit unit) If there is a connection pool, set the time to live in the pool.ResteasyClientBuilderImpl.connectTimeout
(long timeout, TimeUnit unit) ResteasyClientBuilderImpl.defaultProxy
(String hostname) Specify a default proxy.ResteasyClientBuilderImpl.defaultProxy
(String hostname, int port) Specify a default proxy host and port.ResteasyClientBuilderImpl.defaultProxy
(String hostname, int port, String scheme) Specify default proxy.ResteasyClientBuilderImpl.disableTrustManager()
Disable trust management and hostname verification.ResteasyClientBuilderImpl.hostnameVerification
(ResteasyClientBuilder.HostnameVerificationPolicy policy) SSL policy used to verify hostnamesResteasyClientBuilderImpl.hostnameVerifier
(HostnameVerifier verifier) ResteasyClientBuilderImpl.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configurationResteasyClientBuilderImpl.maxPooledPerRoute
(int maxPooledPerRoute) If connection pooling enabled, how many connections to pool per url?ResteasyClientBuilderImpl.providerFactory
(ResteasyProviderFactory providerFactory) Changing the providerFactory will wipe clean any registered components or properties.ResteasyClientBuilderImpl.readTimeout
(long timeout, TimeUnit unit) ResteasyClientBuilderImpl.responseBufferSize
(int size) Response stream is wrapped in a BufferedInputStream.ResteasyClientBuilderImpl.sniHostNames
(String... sniHostNames) Adds a TLS/SSL SNI Host Name for authentication.ResteasyClientBuilderImpl.sslContext
(SSLContext sslContext) ResteasyClientBuilderImpl.trustStore
(KeyStore truststore) ResteasyClientBuilderImpl.useAsyncHttpEngine()
ResteasyClientBuilderImpl.withConfig
(jakarta.ws.rs.core.Configuration config)
executorService(ExecutorService)
instead