Uses of Class
software.amazon.awssdk.http.crt.TcpKeepAliveConfiguration
Packages that use TcpKeepAliveConfiguration
-
Uses of TcpKeepAliveConfiguration in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return TcpKeepAliveConfigurationMethods in software.amazon.awssdk.http.crt with parameters of type TcpKeepAliveConfigurationModifier and TypeMethodDescriptionAwsCrtAsyncHttpClient.Builder.tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration) Configure whether to enabletcpKeepAliveand relevant configuration for all connections established by this client.AwsCrtHttpClient.Builder.tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration) Configure whether to enabletcpKeepAliveand 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 TcpKeepAliveConfigurationMethods in software.amazon.awssdk.http.crt.internal with parameters of type TcpKeepAliveConfigurationModifier and TypeMethodDescriptionstatic software.amazon.awssdk.crt.io.SocketOptionsAwsCrtConfigurationUtils.buildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout) AwsCrtClientBuilderBase.tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)