| Package | Description |
|---|---|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClient.ConnectionConfig |
HttpClient.ConnectionConfig.Builder.build()
Builds the
HttpClient.ConnectionConfig. |
static HttpClient.ConnectionConfig |
HttpClient.ConnectionConfig.defaults()
Creates a default
HttpClient.ConnectionConfig with standard timeout values. |
| Modifier and Type | Method and Description |
|---|---|
HttpClient.HttpConnection |
HttpClient.connect(URI uri,
HttpClient.ConnectionConfig connectionConfig)
Establishes an HTTP connection to the specified URI with the given configuration.
|
CompletableFuture<HttpClient.HttpConnection> |
HttpClient.connectAsync(URI uri,
HttpClient.ConnectionConfig connectionConfig)
Asynchronously establishes an HTTP connection to the specified URI with the given configuration.
|
Copyright © 2026 lettuce.io. All rights reserved.