Uses of Class
io.quarkus.rest.client.reactive.runtime.RestClientBuilderImpl
Packages that use RestClientBuilderImpl
-
Uses of RestClientBuilderImpl in io.quarkus.rest.client.reactive.runtime
Methods in io.quarkus.rest.client.reactive.runtime that return RestClientBuilderImplModifier and TypeMethodDescriptionRestClientBuilderImpl.clientLogger(org.jboss.resteasy.reactive.client.api.ClientLogger clientLogger) RestClientBuilderImpl.connectTimeout(long timeout, TimeUnit timeUnit) RestClientBuilderImpl.executorService(ExecutorService executor) RestClientBuilderImpl.followRedirects(boolean follow) RestClientBuilderImpl.hostnameVerifier(HostnameVerifier hostnameVerifier) RestClientBuilderImpl.loggingBodyLimit(Integer limit) RestClientBuilderImpl.loggingScope(org.jboss.resteasy.reactive.client.api.LoggingScope loggingScope) RestClientBuilderImpl.multipartPostEncoderMode(String mode) RestClientBuilderImpl.nonProxyHosts(String nonProxyHosts) RestClientBuilderImpl.proxyAddress(String proxyHost, int proxyPort) RestClientBuilderImpl.proxyPassword(String proxyPassword) RestClientBuilderImpl.queryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle style) RestClientBuilderImpl.readTimeout(long timeout, TimeUnit timeUnit) RestClientBuilderImpl.sslContext(SSLContext sslContext) RestClientBuilderImpl.tlsConfiguration(TlsConfiguration tlsConfiguration) RestClientBuilderImpl.trustAll(boolean trustAll) RestClientBuilderImpl.trustStore(KeyStore trustStore) RestClientBuilderImpl.trustStore(KeyStore trustStore, String trustStorePassword) RestClientBuilderImpl.verifyHost(boolean verifyHost) Constructors in io.quarkus.rest.client.reactive.runtime with parameters of type RestClientBuilderImpl