Uses of Class
org.miaixz.bus.http.accord.ConnectionSuite
Packages that use ConnectionSuite
Package
Description
An HTTP client for Java applications.
Provides internal implementation details for the HTTP client, including connection management, streams, and routing.
Provides internal metrics and standards for the HTTP client.
Provides a fluent, builder-based API (Httpz) for making HTTP requests, simplifying interactions with the core
Httpd client.-
Uses of ConnectionSuite in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return types with arguments of type ConnectionSuiteModifier and TypeMethodDescriptionAddress.connectionSpecs()Returns the list of connection suites supported by this address.Httpd.connectionSpecs()Returns the list of connection specs supported by this client.Method parameters in org.miaixz.bus.http with type arguments of type ConnectionSuiteModifier and TypeMethodDescriptionHttpd.Builder.connectionSpecs(List<ConnectionSuite> connectionSuites) Sets the connection specs for this client. -
Uses of ConnectionSuite in org.miaixz.bus.http.accord
Fields in org.miaixz.bus.http.accord declared as ConnectionSuiteModifier and TypeFieldDescriptionstatic final ConnectionSuiteConnectionSuite.CLEARTEXTAn unencrypted, unauthenticated connection forhttp:URLs.static final ConnectionSuiteConnectionSuite.MODERN_TLSA TLS connection with extensions like SNI and ALPN available.Methods in org.miaixz.bus.http.accord that return ConnectionSuiteModifier and TypeMethodDescriptionConnectionSuite.Builder.build()Builds a newConnectionSuiteinstance.ConnectionSelector.configureSecureSocket(SSLSocket sslSocket) Configures theSSLSocketwith the appropriateConnectionSuitefor connecting to the specified host.Constructors in org.miaixz.bus.http.accord with parameters of type ConnectionSuiteConstructor parameters in org.miaixz.bus.http.accord with type arguments of type ConnectionSuiteModifierConstructorDescriptionConnectionSelector(List<ConnectionSuite> connectionSuites) Constructor -
Uses of ConnectionSuite in org.miaixz.bus.http.metric
Methods in org.miaixz.bus.http.metric with parameters of type ConnectionSuiteModifier and TypeMethodDescriptionabstract voidInternal.apply(ConnectionSuite tlsConfiguration, SSLSocket sslSocket, boolean isFallback) Applies the givenConnectionSuiteto theSSLSocket. -
Uses of ConnectionSuite in org.miaixz.bus.http.plugin.httpz
Method parameters in org.miaixz.bus.http.plugin.httpz with type arguments of type ConnectionSuiteModifier and TypeMethodDescriptionHttpBuilder.connectionSpecs(List<ConnectionSuite> connectSuites) Configures the connection specs used by this client.