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