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. 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.
-