Uses of Class
software.amazon.awssdk.http.crt.TcpKeepAliveConfiguration
-
Packages that use TcpKeepAliveConfiguration Package Description software.amazon.awssdk.http.crt software.amazon.awssdk.http.crt.internal -
-
Uses of TcpKeepAliveConfiguration in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return TcpKeepAliveConfiguration Modifier and Type Method Description TcpKeepAliveConfiguration
TcpKeepAliveConfiguration.Builder. build()
Methods in software.amazon.awssdk.http.crt with parameters of type TcpKeepAliveConfiguration Modifier and Type Method Description AwsCrtAsyncHttpClient.Builder
AwsCrtAsyncHttpClient.Builder. tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)
Configure whether to enabletcpKeepAlive
and relevant configuration for all connections established by this client.AwsCrtHttpClient.Builder
AwsCrtHttpClient.Builder. tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)
Configure whether to enabletcpKeepAlive
and relevant configuration for all connections established by this client. -
Uses of TcpKeepAliveConfiguration in software.amazon.awssdk.http.crt.internal
Methods in software.amazon.awssdk.http.crt.internal that return TcpKeepAliveConfiguration Modifier and Type Method Description TcpKeepAliveConfiguration
AwsCrtClientBuilderBase. getTcpKeepAliveConfiguration()
Methods in software.amazon.awssdk.http.crt.internal with parameters of type TcpKeepAliveConfiguration Modifier and Type Method Description static software.amazon.awssdk.crt.io.SocketOptions
AwsCrtConfigurationUtils. buildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout)
BuilderT
AwsCrtClientBuilderBase. tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)
-