| Package | Description |
|---|---|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpClient.ConnectionConfig.Builder |
HttpClient.ConnectionConfig.builder()
Creates a new
HttpClient.ConnectionConfig.Builder for HttpClient.ConnectionConfig. |
HttpClient.ConnectionConfig.Builder |
HttpClient.ConnectionConfig.Builder.connectionTimeout(int timeoutMs)
Sets the connection timeout.
|
HttpClient.ConnectionConfig.Builder |
HttpClient.ConnectionConfig.Builder.readTimeout(int timeoutMs)
Sets the read timeout.
|
HttpClient.ConnectionConfig.Builder |
HttpClient.ConnectionConfig.Builder.sslOptions(SslOptions sslOptions)
Sets the SSL options for HTTPS connections.
|
Copyright © 2026 lettuce.io. All rights reserved.