public static interface HttpClient.ConnectionConfig
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpClient.ConnectionConfig.Builder
Builder for
HttpClient.ConnectionConfig. |
| Modifier and Type | Method and Description |
|---|---|
static HttpClient.ConnectionConfig.Builder |
builder()
Creates a new
HttpClient.ConnectionConfig.Builder for HttpClient.ConnectionConfig. |
static HttpClient.ConnectionConfig |
defaults()
Creates a default
HttpClient.ConnectionConfig with standard timeout values. |
int |
getConnectionTimeout()
Sets the connect timeout in milliseconds.
|
int |
getReadTimeout()
Sets the read timeout in milliseconds.
|
SslOptions |
getSslOptions() |
int getConnectionTimeout()
int getReadTimeout()
SslOptions getSslOptions()
null for non-HTTPS or default SSL.static HttpClient.ConnectionConfig.Builder builder()
HttpClient.ConnectionConfig.Builder for HttpClient.ConnectionConfig.HttpClient.ConnectionConfig.Builder.static HttpClient.ConnectionConfig defaults()
HttpClient.ConnectionConfig with standard timeout values.HttpClient.ConnectionConfig.Copyright © 2026 lettuce.io. All rights reserved.