| Package | Description |
|---|---|
| com.ibm.cos.v2.http.crt | |
| com.ibm.cos.v2.http.crt.internal |
| 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.keepAliveProbes(Integer keepAliveProbes)
Sets the number of keepalive probes allowed to fail before the connection is considered lost.
|
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 |
|---|---|
AwsCrtHttpClient.Builder |
AwsCrtHttpClient.Builder.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
Configure whether to enable
tcpKeepAlive and relevant configuration for all connections established by this
client. |
AwsCrtAsyncHttpClient.Builder |
AwsCrtAsyncHttpClient.Builder.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
Configure whether to enable
tcpKeepAlive and relevant configuration for all connections established by this
client. |
| Modifier and Type | Method and Description |
|---|---|
BuilderT |
AwsCrtClientBuilderBase.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder) |
Copyright © 2026. All rights reserved.