| Package | Description |
|---|---|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.