| Package | Description |
|---|---|
| software.amazon.awssdk.http.crt |
| Modifier and Type | Method and Description |
|---|---|
static TcpKeepAliveConfiguration.Builder |
TcpKeepAliveConfiguration.builder() |
TcpKeepAliveConfiguration.Builder |
TcpKeepAliveConfiguration.Builder.keepAliveInterval(Duration keepAliveInterval)
Sets the Duration between TCP keepalive packets being sent to the peer
|
TcpKeepAliveConfiguration.Builder |
TcpKeepAliveConfiguration.Builder.keepAliveTimeout(Duration keepAliveTimeout)
Sets the Duration to wait for a keepalive response before considering the connection timed out
|
| Modifier and Type | Method and Description |
|---|---|
AwsCrtAsyncHttpClient.Builder |
AwsCrtAsyncHttpClient.Builder.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
Configure whether to enable
tcpKeepAlive and relevant configuration for all connections established by this
client. |
Copyright © 2023. All rights reserved.