Uses of Class
de.cuioss.http.client.handler.HttpHandler.HttpHandlerBuilder
Packages that use HttpHandler.HttpHandlerBuilder
Package
Description
Secure HTTP client utilities and SSL/TLS context management for enterprise applications.
-
Uses of HttpHandler.HttpHandlerBuilder in de.cuioss.http.client.handler
Methods in de.cuioss.http.client.handler that return HttpHandler.HttpHandlerBuilderModifier and TypeMethodDescriptionHttpHandler.asBuilder()Creates a pre-configuredHttpHandler.HttpHandlerBuilderwith the same configuration as this handler.HttpHandler.builder()HttpHandler.HttpHandlerBuilder.connectionTimeoutSeconds(int connectionTimeoutSeconds) Sets the connection timeout in seconds for HTTP requests.HttpHandler.HttpHandlerBuilder.readTimeoutSeconds(int readTimeoutSeconds) Sets the read timeout in seconds for HTTP requests.HttpHandler.HttpHandlerBuilder.sslContext(@Nullable SSLContext sslContext) Sets the SSL context to use for HTTPS connections.HttpHandler.HttpHandlerBuilder.tlsVersions(@Nullable SecureSSLContextProvider secureSSLContextProvider) Sets the TLS versions configuration.Sets the URI as a string.Sets the URI directly.Sets the URL as a string.Sets the URL directly.