Class AwsCrtConfigurationUtils
java.lang.Object
software.amazon.awssdk.http.crt.internal.AwsCrtConfigurationUtils
- 
Method Summary
Modifier and TypeMethodDescriptionstatic software.amazon.awssdk.crt.io.SocketOptionsbuildSocketOptions(TcpKeepAliveConfiguration tcpKeepAliveConfiguration, Duration connectionTimeout) static software.amazon.awssdk.crt.io.TlsCipherPreferenceresolveCipherPreference(Boolean postQuantumTlsEnabled)  
- 
Method Details
- 
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)  
 -