Uses of Interface
software.amazon.awssdk.http.crt.TcpKeepAliveConfiguration.Builder
Packages that use TcpKeepAliveConfiguration.Builder
-
Uses of TcpKeepAliveConfiguration.Builder in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return TcpKeepAliveConfiguration.BuilderModifier and TypeMethodDescriptionTcpKeepAliveConfiguration.builder()TcpKeepAliveConfiguration.Builder.keepAliveInterval(Duration keepAliveInterval) Sets the Duration between TCP keepalive packets being sent to the peerTcpKeepAliveConfiguration.Builder.keepAliveProbes(Integer keepAliveProbes) Sets the number of keepalive probes allowed to fail before the connection is considered lost.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.BuilderModifier and TypeMethodDescriptionAwsCrtAsyncHttpClient.Builder.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder) Configure whether to enabletcpKeepAliveand relevant configuration for all connections established by this client.AwsCrtHttpClient.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.BuilderModifier and TypeMethodDescriptionAwsCrtClientBuilderBase.tcpKeepAliveConfiguration(Consumer<TcpKeepAliveConfiguration.Builder> tcpKeepAliveConfigurationBuilder)