Uses of Class
software.amazon.awssdk.crt.io.TlsConnectionOptions
-
Packages that use TlsConnectionOptions Package Description software.amazon.awssdk.crt.http software.amazon.awssdk.crt.io -
-
Uses of TlsConnectionOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return TlsConnectionOptions Modifier and Type Method Description TlsConnectionOptionsHttpClientConnectionManagerOptions. getTlsConnectionOptions()TlsConnectionOptionsHttpProxyEnvironmentVariableSetting. getTlsConnectionOptions()Methods in software.amazon.awssdk.crt.http with parameters of type TlsConnectionOptions Modifier and Type Method Description voidHttpProxyEnvironmentVariableSetting. setTlsConnectionOptions(TlsConnectionOptions tlsConnectionOptions)(Optional) Sets the tls connection options for the proxy connectionHttpClientConnectionManagerOptionsHttpClientConnectionManagerOptions. 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 TlsConnectionOptions Modifier and Type Method Description TlsConnectionOptionsTlsConnectionOptions. withAlpnList(String alpnList)Sets alpn list in the form protocol1;protocol2;....TlsConnectionOptionsTlsConnectionOptions. withServerName(String serverName)Sets server name to use for the SNI extension (supported everywhere), as well as x.509 validation.TlsConnectionOptionsTlsConnectionOptions. withTimeoutMs(int timeoutMs)Set the TLS negotiation timeout
-