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.X509CredentialsProviderBuilderX509CredentialsProvider.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 HttpProxyOptionsHttpClientConnectionManagerOptions. getProxyOptions()Methods in software.amazon.awssdk.crt.http with parameters of type HttpProxyOptions Modifier and Type Method Description HttpClientConnectionManagerOptionsHttpClientConnectionManagerOptions. 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 HttpProxyOptionsMqttConnectionConfig. getHttpProxyOptions()Queries proxy options for an mqtt connectionHttpProxyOptionsMqttConnectionConfig. 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 voidMqttConnectionConfig. setHttpProxyOptions(HttpProxyOptions proxyOptions)Configures proxy options for the mqtt connectionvoidMqttConnectionConfig. setWebsocketProxyOptions(HttpProxyOptions proxyOptions)Deprecated.use setHttpProxyOptions instead Configures proxy options for a websocket-based mqtt connection
-