Class 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
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder

        org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.HostnameVerificationPolicy
    • 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
      • Fields inherited from class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder

        PROPERTY_FOLLOW_REDIRECTS, PROPERTY_PROXY_HOST, PROPERTY_PROXY_PORT, PROPERTY_PROXY_SCHEME
      • Fields inherited from class jakarta.ws.rs.client.ClientBuilder

        JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      • 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
      • Methods inherited from class jakarta.ws.rs.client.ClientBuilder

        newBuilder, newClient, newClient
    • Constructor Detail

      • MpClientBuilderImpl

        public MpClientBuilderImpl()
    • 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:
        createResteasyClient in class org.jboss.resteasy.client.jaxrs.internal.ResteasyClientBuilderImpl