| Package | Description |
|---|---|
| io.lettuce.core.failover.health |
Health check infrastructure for automatic failover in multi-database Redis connections.
|
| io.lettuce.core.support.http |
HTTP client infrastructure for lightweight HTTP operations.
|
| Class and Description |
|---|
| HttpClient
Interface for performing HTTP requests in a dependency-agnostic manner.
|
| Class and Description |
|---|
| HttpClient
Interface for performing HTTP requests in a dependency-agnostic manner.
|
| HttpClient.ConnectionConfig
Per-connection configuration for HTTP connections.
|
| HttpClient.ConnectionConfig.Builder
Builder for
HttpClient.ConnectionConfig. |
| HttpClient.HttpConnection
Represents an HTTP connection that can be reused for multiple requests.
|
| HttpClient.Method
HTTP request method.
|
| HttpClient.Request
Represents an HTTP request with method, path, query parameters, headers, and optional body.
|
| HttpClient.Request.RequestBuilder
Builder for constructing HTTP requests.
|
| HttpClient.Response
Represents an HTTP response with status code, headers, and body.
|
| HttpClientProvider
SPI (Service Provider Interface) for providing custom
HttpClient implementations. |
Copyright © 2026 lettuce.io. All rights reserved.