Uses of Class
org.miaixz.bus.http.accord.ConnectionSuite.Builder
Packages that use ConnectionSuite.Builder
Package
Description
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
-
Uses of ConnectionSuite.Builder in org.miaixz.bus.http.accord
Methods in org.miaixz.bus.http.accord that return ConnectionSuite.BuilderModifier and TypeMethodDescriptionConnectionSuite.Builder.allEnabledCipherSuites()Configures the connection to use all enabled cipher suites of the SSL socket.ConnectionSuite.Builder.allEnabledTlsVersions()Configures the connection to use all enabled TLS versions of the SSL socket.ConnectionSuite.Builder.cipherSuites(String... cipherSuites) Configures the connection to use the specified cipher suites by their Java names.ConnectionSuite.Builder.cipherSuites(CipherSuite... cipherSuites) Configures the connection to use the specified cipher suites.ConnectionSuite.Builder.supportsTlsExtensions(boolean supportsTlsExtensions) Configures whether TLS extensions like Server Name Indication (SNI) and Application-Layer Protocol Negotiation (ALPN) should be used.ConnectionSuite.Builder.tlsVersions(String... tlsVersions) Configures the connection to use the specified TLS versions by their Java names.ConnectionSuite.Builder.tlsVersions(org.miaixz.bus.core.net.tls.TlsVersion... tlsVersions) Configures the connection to use the specified TLS versions.