Uses of Class
com.exasol.bucketfs.http.HttpClientBuilder
-
Packages that use HttpClientBuilder Package Description com.exasol.bucketfs.http -
-
Uses of HttpClientBuilder in com.exasol.bucketfs.http
Methods in com.exasol.bucketfs.http that return HttpClientBuilder Modifier and Type Method Description HttpClientBuilderHttpClientBuilder. allowAlternativeHostName(String hostName)Update the certificate specified viacertificate(X509Certificate)to allow an additional host name, e.g.HttpClientBuilderHttpClientBuilder. allowAlternativeIPAddress(String ipAddress)Update the certificate specified viacertificate(X509Certificate)to allow an additional IP address, e.g.HttpClientBuilderHttpClientBuilder. certificate(X509Certificate certificate)Use the given certificate for TLS connections.HttpClientBuilderHttpClientBuilder. raiseTlsErrors(boolean raiseTlsErrors)Define if TLS errors should raise an error when executing requests or if they should be ignored.
-