Uses of Interface
io.quarkus.rest.client.reactive.QuarkusRestClientBuilder
Packages that use QuarkusRestClientBuilder
-
Uses of QuarkusRestClientBuilder in io.quarkus.rest.client.reactive
Methods in io.quarkus.rest.client.reactive that return QuarkusRestClientBuilderModifier and TypeMethodDescriptionSpecifies the base URI to be used when making requests.Specifies the base URL to be used when making requests.QuarkusRestClientBuilder.clientHeadersFactory(Class<? extends org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory> clientHeadersFactoryClass) Specifies the client headers factory to use.QuarkusRestClientBuilder.clientHeadersFactory(org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory clientHeadersFactory) Specifies the client headers factory to use.QuarkusRestClientBuilder.clientLogger(org.jboss.resteasy.reactive.client.api.ClientLogger clientLogger) Specifies the client logger to use.QuarkusRestClientBuilder.connectTimeout(long timeout, TimeUnit unit) Set the connect timeout.QuarkusRestClientBuilder.followRedirects(boolean follow) Specifies whether client built by this builder should follow HTTP redirect responses (30x) or not.QuarkusRestClientBuilder.hostnameVerifier(HostnameVerifier hostnameVerifier) Set the hostname verifier to verify the endpoint's hostnameQuarkusRestClientBuilder.httpClientOptions(io.vertx.core.http.HttpClientOptions httpClientOptions) Specifies the HTTP client options to use.QuarkusRestClientBuilder.httpClientOptions(Class<? extends io.vertx.core.http.HttpClientOptions> httpClientOptionsClass) Specifies the HTTP client options to use.Set the client-side key store.QuarkusRestClientBuilder.loggingBodyLimit(Integer limit) How many characters of the body should be logged.QuarkusRestClientBuilder.loggingScope(org.jboss.resteasy.reactive.client.api.LoggingScope loggingScope) Specifies the client logger to use.static QuarkusRestClientBuilderQuarkusRestClientBuilder.newBuilder()QuarkusRestClientBuilder.nonProxyHosts(String nonProxyHosts) Specifies the hosts to access without proxy.QuarkusRestClientBuilder.proxyAddress(String proxyHost, int proxyPort) Specifies the HTTP proxy hostname/IP address and port to use for requests from client instances.QuarkusRestClientBuilder.proxyPassword(String proxyPassword) Specifies the proxy password.Specifies the proxy username.QuarkusRestClientBuilder.queryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle style) Specifies the URI formatting style to use when multiple query parameter values are passed to the client.QuarkusRestClientBuilder.readTimeout(long timeout, TimeUnit unit) Set the read timeout.QuarkusRestClientBuilder.sslContext(SSLContext sslContext) Specifies the SSL context to use when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.QuarkusRestClientBuilder.trustAll(boolean trustAll) Enable trusting all certificates.QuarkusRestClientBuilder.trustStore(KeyStore trustStore) Set the client-side trust store.QuarkusRestClientBuilder.trustStore(KeyStore trustStore, String trustStorePassword) Set the client-side trust store.QuarkusRestClientBuilder.verifyHost(boolean verifyHost) Set whether hostname verification is enabled. -
Uses of QuarkusRestClientBuilder in io.quarkus.rest.client.reactive.runtime
Classes in io.quarkus.rest.client.reactive.runtime that implement QuarkusRestClientBuilderMethods in io.quarkus.rest.client.reactive.runtime that return QuarkusRestClientBuilderModifier and TypeMethodDescriptionQuarkusRestClientBuilderImpl.clientHeadersFactory(Class<? extends org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory> clientHeadersFactoryClass) QuarkusRestClientBuilderImpl.clientHeadersFactory(org.eclipse.microprofile.rest.client.ext.ClientHeadersFactory clientHeadersFactory) QuarkusRestClientBuilderImpl.clientLogger(org.jboss.resteasy.reactive.client.api.ClientLogger clientLogger) QuarkusRestClientBuilderImpl.connectTimeout(long timeout, TimeUnit unit) QuarkusRestClientBuilderImpl.followRedirects(boolean follow) QuarkusRestClientBuilderImpl.hostnameVerifier(HostnameVerifier hostnameVerifier) QuarkusRestClientBuilderImpl.httpClientOptions(io.vertx.core.http.HttpClientOptions httpClientOptions) QuarkusRestClientBuilderImpl.httpClientOptions(Class<? extends io.vertx.core.http.HttpClientOptions> httpClientOptionsClass) QuarkusRestClientBuilderImpl.loggingBodyLimit(Integer limit) QuarkusRestClientBuilderImpl.loggingScope(org.jboss.resteasy.reactive.client.api.LoggingScope loggingScope) QuarkusRestClientBuilderImpl.nonProxyHosts(String nonProxyHosts) QuarkusRestClientBuilderImpl.proxyAddress(String proxyHost, int proxyPort) QuarkusRestClientBuilderImpl.proxyPassword(String proxyPassword) QuarkusRestClientBuilderImpl.queryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle style) QuarkusRestClientBuilderImpl.readTimeout(long timeout, TimeUnit unit) QuarkusRestClientBuilderImpl.sslContext(SSLContext sslContext) QuarkusRestClientBuilderImpl.trustAll(boolean trustAll) QuarkusRestClientBuilderImpl.trustStore(KeyStore trustStore) QuarkusRestClientBuilderImpl.trustStore(KeyStore trustStore, String trustStorePassword) QuarkusRestClientBuilderImpl.verifyHost(boolean verifyHost) Methods in io.quarkus.rest.client.reactive.runtime with parameters of type QuarkusRestClientBuilderModifier and TypeMethodDescription(package private) voidRestClientCDIDelegateBuilder.configureBuilder(QuarkusRestClientBuilder builder)