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.BuilderTcpKeepAliveConfiguration. builder()TcpKeepAliveConfiguration.BuilderTcpKeepAliveConfiguration.Builder. keepAliveInterval(Duration keepAliveInterval)Sets the Duration between TCP keepalive packets being sent to the peerTcpKeepAliveConfiguration.BuilderTcpKeepAliveConfiguration.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.BuilderAwsCrtAsyncHttpClient.Builder. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)Configure whether to enabletcpKeepAliveand relevant configuration for all connections established by this client.AwsCrtHttpClient.BuilderAwsCrtHttpClient.Builder. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)Configure whether to enabletcpKeepAliveand 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 BuilderTAwsCrtClientBuilderBase. tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)
-