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 TcpKeepAliveConfigurationTcpKeepAliveConfiguration.Builder. build()Methods in software.amazon.awssdk.http.crt with parameters of type TcpKeepAliveConfiguration Modifier and Type Method Description AwsCrtAsyncHttpClient.BuilderAwsCrtAsyncHttpClient.Builder. tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)Configure whether to enabletcpKeepAliveand relevant configuration for all connections established by this client.AwsCrtHttpClient.BuilderAwsCrtHttpClient.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 TcpKeepAliveConfiguration Modifier and Type Method Description TcpKeepAliveConfigurationAwsCrtClientBuilderBase. 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.SocketOptionsAwsCrtConfigurationUtils. buildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout)BuilderTAwsCrtClientBuilderBase. tcpKeepAliveConfiguration(TcpKeepAliveConfiguration tcpKeepAliveConfiguration)
-