Uses of Class
software.amazon.awssdk.crt.http.HttpProxyOptions
-
-
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 CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
CognitoCredentialsProvider.CognitoCredentialsProviderBuilder. withHttpProxyOptions(HttpProxyOptions httpProxyOptions)
Sets the proxy configuration to use when making the http request that fetches session credentials from the AWS Cognito Identity serviceX509CredentialsProvider.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 -
Uses of HttpProxyOptions in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return HttpProxyOptions Modifier and Type Method Description HttpProxyOptions
Mqtt5ClientOptions. getHttpProxyOptions()
Returns the (tunneling) HTTP proxy usage when establishing MQTT connectionsMethods in software.amazon.awssdk.crt.mqtt5 with parameters of type HttpProxyOptions Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withHttpProxyOptions(HttpProxyOptions httpProxyOptions)
Sets the (tunneling) HTTP proxy usage when establishing MQTT connection. -
Uses of HttpProxyOptions in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return HttpProxyOptions Modifier and Type Method Description HttpProxyOptions
S3ClientOptions. getProxyOptions()
Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpProxyOptions Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withProxyOptions(HttpProxyOptions proxyOptions)
-