Uses of Class
software.amazon.awssdk.crt.io.TlsConnectionOptions
Packages that use TlsConnectionOptions
-
Uses of TlsConnectionOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return TlsConnectionOptionsModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.getTlsConnectionOptions()HttpProxyEnvironmentVariableSetting.getTlsConnectionOptions()Methods in software.amazon.awssdk.crt.http with parameters of type TlsConnectionOptionsModifier and TypeMethodDescriptionvoidHttpProxyEnvironmentVariableSetting.setTlsConnectionOptions(TlsConnectionOptions tlsConnectionOptions) (Optional) Sets the tls connection options for the proxy connectionHttpClientConnectionManagerOptions.withTlsConnectionOptions(TlsConnectionOptions tlsConnectionOptions) Sets the connection-specific TLS options to use for connections in the connection pool. -
Uses of TlsConnectionOptions in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return TlsConnectionOptionsModifier and TypeMethodDescriptionTlsConnectionOptions.withAlpnList(String alpnList) Sets alpn list in the form protocol1;protocol2;....TlsConnectionOptions.withServerName(String serverName) Sets server name to use for the SNI extension (supported everywhere), as well as x.509 validation.TlsConnectionOptions.withTimeoutMs(int timeoutMs) Set the TLS negotiation timeout