| Package | Description |
|---|---|
| software.amazon.awssdk.http.crt |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHealthChecksConfiguration.Builder |
ConnectionHealthChecksConfiguration.Builder.allowableThroughputFailureInterval(Duration allowableThroughputFailureIntervalSeconds)
Sets how long a connection is allowed to be unhealthy before getting shut down.
|
static ConnectionHealthChecksConfiguration.Builder |
ConnectionHealthChecksConfiguration.builder() |
ConnectionHealthChecksConfiguration.Builder |
ConnectionHealthChecksConfiguration.Builder.minThroughputInBytesPerSecond(Long minThroughputInBytesPerSecond)
Sets a throughput threshold for connections.
|
| Modifier and Type | Method and Description |
|---|---|
AwsCrtAsyncHttpClient.Builder |
AwsCrtAsyncHttpClient.Builder.connectionHealthChecksConfiguration(Consumer<ConnectionHealthChecksConfiguration.Builder> healthChecksConfigurationBuilder)
A convenience method to configure the health checks for for all connections established by this client.
|
Copyright © 2022. All rights reserved.