Uses of Class
software.amazon.awssdk.crt.http.HttpProxyOptions
-
Packages that use HttpProxyOptions Package Description software.amazon.awssdk.crt.auth.credentials software.amazon.awssdk.crt.http software.amazon.awssdk.crt.mqtt -
-
Uses of HttpProxyOptions in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type HttpProxyOptions Modifier and Type Method Description X509CredentialsProvider.X509CredentialsProviderBuilder
X509CredentialsProvider.X509CredentialsProviderBuilder. withProxyOptions(HttpProxyOptions proxyOptions)
Sets the proxy configuration to use when making the http request that fetches session credentials from the IoT x509 credentials provider service -
Uses of HttpProxyOptions in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpProxyOptions Modifier and Type Method Description HttpProxyOptions
HttpClientConnectionManagerOptions. getProxyOptions()
Methods in software.amazon.awssdk.crt.http with parameters of type HttpProxyOptions Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withProxyOptions(HttpProxyOptions proxyOptions)
Sets the proxy options for connections in the connection pool -
Uses of HttpProxyOptions in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return HttpProxyOptions Modifier and Type Method Description HttpProxyOptions
MqttConnectionConfig. getHttpProxyOptions()
Queries proxy options for an mqtt connectionHttpProxyOptions
MqttConnectionConfig. getWebsocketProxyOptions()
Deprecated.use getHttpProxyOptions instead Queries proxy options for a websocket-based mqtt connectionMethods in software.amazon.awssdk.crt.mqtt with parameters of type HttpProxyOptions Modifier and Type Method Description void
MqttConnectionConfig. setHttpProxyOptions(HttpProxyOptions proxyOptions)
Configures proxy options for the mqtt connectionvoid
MqttConnectionConfig. setWebsocketProxyOptions(HttpProxyOptions proxyOptions)
Deprecated.use setHttpProxyOptions instead Configures proxy options for a websocket-based mqtt connection
-