Class AwsCrtConfigurationUtils
- java.lang.Object
-
- software.amazon.awssdk.http.crt.internal.AwsCrtConfigurationUtils
-
public final class AwsCrtConfigurationUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static software.amazon.awssdk.crt.io.SocketOptions
buildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout)
static software.amazon.awssdk.crt.io.TlsCipherPreference
resolveCipherPreference(Boolean postQuantumTlsEnabled)
-
-
-
Method Detail
-
buildSocketOptions
public static software.amazon.awssdk.crt.io.SocketOptions buildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout)
-
resolveCipherPreference
public static software.amazon.awssdk.crt.io.TlsCipherPreference resolveCipherPreference(Boolean postQuantumTlsEnabled)
-
-