Uses of Interface
software.amazon.awssdk.http.crt.TcpKeepAliveConfiguration.Builder
-
Packages that use TcpKeepAliveConfiguration.Builder Package Description software.amazon.awssdk.http.crt software.amazon.awssdk.http.crt.internal -
-
Uses of TcpKeepAliveConfiguration.Builder in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return TcpKeepAliveConfiguration.Builder Modifier and Type Method Description static TcpKeepAliveConfiguration.Builder
TcpKeepAliveConfiguration. builder()
TcpKeepAliveConfiguration.Builder
TcpKeepAliveConfiguration.Builder. keepAliveInterval(Duration keepAliveInterval)
Sets the Duration between TCP keepalive packets being sent to the peerTcpKeepAliveConfiguration.Builder
TcpKeepAliveConfiguration.Builder. keepAliveTimeout(Duration keepAliveTimeout)
Sets the Duration to wait for a keepalive response before considering the connection timed outMethod parameters in software.amazon.awssdk.http.crt with type arguments of type TcpKeepAliveConfiguration.Builder Modifier and Type Method Description AwsCrtAsyncHttpClient.Builder
AwsCrtAsyncHttpClient.Builder. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
Configure whether to enabletcpKeepAlive
and relevant configuration for all connections established by this client.AwsCrtHttpClient.Builder
AwsCrtHttpClient.Builder. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
Configure whether to enabletcpKeepAlive
and relevant configuration for all connections established by this client. -
Uses of TcpKeepAliveConfiguration.Builder in software.amazon.awssdk.http.crt.internal
Method parameters in software.amazon.awssdk.http.crt.internal with type arguments of type TcpKeepAliveConfiguration.Builder Modifier and Type Method Description BuilderT
AwsCrtClientBuilderBase. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
-