Uses of Class
org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Packages that use ResteasyClientBuilder
-
Uses of ResteasyClientBuilder in org.jboss.resteasy.client.jaxrs
Fields in org.jboss.resteasy.client.jaxrs declared as ResteasyClientBuilderModifier and TypeFieldDescriptionprivate ResteasyClientBuilder
ClientHttpEngineBuilder4.that
Deprecated.private ResteasyClientBuilder
ClientHttpEngineBuilder43.that
Methods in org.jboss.resteasy.client.jaxrs that return ResteasyClientBuilderModifier and TypeMethodDescriptionResteasyClientBuilder.asyncExecutor
(ExecutorService asyncExecutor) Executor to use to run AsyncInvoker invocationsResteasyClientBuilder.asyncExecutor
(ExecutorService asyncExecutor, boolean cleanupExecutor) Executor to use to run AsyncInvoker invocationsResteasyClientBuilder.connectionCheckoutTimeout
(long timeout, TimeUnit unit) If connection pooling is enabled, how long will we wait to get a connection?ResteasyClientBuilder.connectionPoolSize
(int connectionPoolSize) Number of connections allowed to poolResteasyClientBuilder.connectionTTL
(long ttl, TimeUnit unit) If there is a connection pool, set the time to live in the pool.ResteasyClientBuilder.defaultProxy
(String hostname) Specify a default proxy.ResteasyClientBuilder.defaultProxy
(String hostname, int port) Specify a default proxy host and port.ResteasyClientBuilder.defaultProxy
(String hostname, int port, String scheme) Specify default proxy.ResteasyClientBuilder.disableTrustManager()
Disable trust management and hostname verification.ResteasyClientBuilder.establishConnectionTimeout
(long timeout, TimeUnit unit) When trying to make an initial socket connection, what is the timeout?ResteasyClientBuilder.hostnameVerification
(ResteasyClientBuilder.HostnameVerificationPolicy policy) SSL policy used to verify hostnamesResteasyClientBuilder.hostnameVerifier
(HostnameVerifier verifier) ResteasyClientBuilder.httpEngine
(ClientHttpEngine httpEngine) Negates all ssl and connection specific configurationResteasyClientBuilder.maxPooledPerRoute
(int maxPooledPerRoute) If connection pooling enabled, how many connections to pool per url?ResteasyClientBuilder.providerFactory
(ResteasyProviderFactory providerFactory) Changing the providerFactory will wipe clean any registered components or properties.ResteasyClientBuilder.responseBufferSize
(int size) Response stream is wrapped in a BufferedInputStream.ResteasyClientBuilder.sniHostNames
(String... sniHostNames) Adds a TLS/SSL SNI Host Name for authentication.ResteasyClientBuilder.socketTimeout
(long timeout, TimeUnit unit) The timeout for waiting for data.ResteasyClientBuilder.sslContext
(SSLContext sslContext) ResteasyClientBuilder.trustStore
(KeyStore truststore) ResteasyClientBuilder.withConfig
(javax.ws.rs.core.Configuration config) Methods in org.jboss.resteasy.client.jaxrs with parameters of type ResteasyClientBuilderModifier and TypeMethodDescriptionClientHttpEngineBuilder.resteasyClientBuilder
(ResteasyClientBuilder resteasyClientBuilder) ClientHttpEngineBuilder4.resteasyClientBuilder
(ResteasyClientBuilder resteasyClientBuilder) Deprecated.ClientHttpEngineBuilder43.resteasyClientBuilder
(ResteasyClientBuilder resteasyClientBuilder)