Class MpClientBuilderImpl
- java.lang.Object
-
- jakarta.ws.rs.client.ClientBuilder
-
- org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
-
- org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
-
- org.jboss.resteasy.microprofile.client.impl.MpClientBuilderImpl
-
- All Implemented Interfaces:
jakarta.ws.rs.core.Configurable<jakarta.ws.rs.client.ClientBuilder>
public class MpClientBuilderImpl extends org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
-
-
Field Summary
-
Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
asyncExecutor, cleanupExecutor, clientKeyStore, clientPrivateKeyPassword, connectionCheckoutTimeoutMs, connectionPoolSize, connectionTTL, connectionTTLUnit, cookieManagementEnabled, defaultProxy, disableAutomaticRetries, disableTrustManager, establishConnectionTimeout, establishConnectionTimeoutUnits, followRedirects, httpEngine, maxPooledPerRoute, policy, properties, providerFactory, responseBufferSize, scheduledExecutorService, sniHostNames, socketTimeout, socketTimeoutUnits, sslContext, trustSelfSignedCertificates, truststore, verifier
-
-
Constructor Summary
Constructors Constructor Description MpClientBuilderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jboss.resteasy.client.jaxrs.ResteasyClientcreateResteasyClient(org.jboss.resteasy.client.jaxrs.ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration config)-
Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
asyncExecutor, asyncExecutor, build, connectionCheckoutTimeout, connectionPoolSize, connectionTTL, connectTimeout, defaultProxy, defaultProxy, defaultProxy, disableAutomaticRetries, disableTrustManager, enableCookieManagement, executorService, executorService, getConfiguration, getConnectionCheckoutTimeout, getConnectionPoolSize, getConnectionTimeout, getConnectionTTL, getDefaultProxyHostname, getDefaultProxyPort, getDefaultProxyScheme, getHostnameVerification, getHostnameVerifier, getHttpEngine, getKeyStore, getKeyStorePassword, getMaxPooledPerRoute, getProviderFactory, getReadTimeout, getResponseBufferSize, getSniHostNames, getSSLContext, getTrustStore, hostnameVerification, hostnameVerifier, httpEngine, isCookieManagementEnabled, isDisableAutomaticRetries, isFollowRedirects, isTrustManagerDisabled, isTrustSelfSignedCertificates, isUseAsyncHttpEngine, keyStore, keyStore, maxPooledPerRoute, property, providerFactory, readTimeout, register, register, register, register, register, register, register, register, responseBufferSize, scheduledExecutorService, setFollowRedirects, setIsTrustSelfSignedCertificates, setProviderFactory, sniHostNames, sslContext, trustStore, useAsyncHttpEngine, withConfig
-
-
-
-
Method Detail
-
createResteasyClient
protected org.jboss.resteasy.client.jaxrs.ResteasyClient createResteasyClient(org.jboss.resteasy.client.jaxrs.ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration config)- Overrides:
createResteasyClientin classorg.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl
-
-