public class MpClientBuilderImpl extends ResteasyClientBuilder
ResteasyClientBuilder.HostnameVerificationPolicy
Modifier and Type | Field and Description |
---|---|
List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> |
asyncInterceptorFactories |
asyncExecutor, cleanupExecutor, clientKeyStore, clientPrivateKeyPassword, connectionCheckoutTimeoutMs, connectionPoolSize, connectionTTL, connectionTTLUnit, cookieManagementEnabled, defaultProxy, disableAutomaticRetries, disableTrustManager, establishConnectionTimeout, establishConnectionTimeoutUnits, followRedirects, httpEngine, maxPooledPerRoute, policy, properties, PROPERTY_PROXY_HOST, PROPERTY_PROXY_PORT, PROPERTY_PROXY_SCHEME, providerFactory, responseBufferSize, scheduledExecutorService, sniHostNames, socketTimeout, socketTimeoutUnits, sslContext, trustSelfSignedCertificates, truststore, verifier
Constructor and Description |
---|
MpClientBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
protected ResteasyClient |
createResteasyClient(ClientHttpEngine engine,
ExecutorService executor,
boolean cleanupExecutor,
ScheduledExecutorService scheduledExecutorService,
ClientConfiguration config) |
asyncExecutor, asyncExecutor, build, buildOld, connectionCheckoutTimeout, connectionPoolSize, connectionTTL, connectTimeout, defaultProxy, defaultProxy, defaultProxy, disableAutomaticRetries, disableTrustManager, establishConnectionTimeout, 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, prepareSocketForSni, property, providerFactory, readTimeout, register, register, register, register, register, register, register, register, responseBufferSize, scheduledExecutorService, setFollowRedirects, setIsTrustSelfSignedCertificates, setProviderFactory, sniHostNames, socketTimeout, sslContext, trustStore, useAsyncHttpEngine, withConfig
public final List<org.eclipse.microprofile.rest.client.ext.AsyncInvocationInterceptorFactory> asyncInterceptorFactories
protected ResteasyClient createResteasyClient(ClientHttpEngine engine, ExecutorService executor, boolean cleanupExecutor, ScheduledExecutorService scheduledExecutorService, ClientConfiguration config)
createResteasyClient
in class ResteasyClientBuilder
Copyright © 2021 JBoss by Red Hat. All rights reserved.