Uses of Class
org.apache.hc.client5.http.config.TlsConfig.Builder
Packages that use TlsConfig.Builder
-
Uses of TlsConfig.Builder in org.apache.hc.client5.http.config
Methods in org.apache.hc.client5.http.config that return TlsConfig.BuilderModifier and TypeMethodDescriptionstatic TlsConfig.Builderstatic TlsConfig.BuilderTlsConfig.custom()TlsConfig.Builder.setHandshakeTimeout(long handshakeTimeout, TimeUnit timeUnit) TlsConfig.Builder.setHandshakeTimeout(org.apache.hc.core5.util.Timeout handshakeTimeout) Determines the timeout used by TLS session negotiation exchanges (session handshake).TlsConfig.Builder.setSupportedCipherSuites(String... supportedCipherSuites) Determines supported cipher suites.TlsConfig.Builder.setSupportedProtocols(String... supportedProtocols) Determines supported TLS protocols.TlsConfig.Builder.setSupportedProtocols(org.apache.hc.core5.http.ssl.TLS... supportedProtocols) Determines supported TLS protocols.TlsConfig.Builder.setVersionPolicy(org.apache.hc.core5.http2.HttpVersionPolicy versionPolicy) Determines the HTTP protocol policy.