Uses of Class
software.amazon.awssdk.crt.http.HttpProxyOptions
Packages that use HttpProxyOptions
Package
Description
-
Uses of HttpProxyOptions in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type HttpProxyOptionsModifier and TypeMethodDescriptionCognitoCredentialsProvider.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.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 HttpProxyOptionsMethods in software.amazon.awssdk.crt.http with parameters of type HttpProxyOptionsModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.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 HttpProxyOptionsModifier and TypeMethodDescriptionMqttConnectionConfig.getHttpProxyOptions()Queries proxy options for an mqtt connectionMqttConnectionConfig.getWebsocketProxyOptions()Deprecated.use getHttpProxyOptions instead Queries proxy options for a websocket-based mqtt connectionMethods in software.amazon.awssdk.crt.mqtt with parameters of type HttpProxyOptionsModifier and TypeMethodDescriptionvoidMqttConnectionConfig.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 -
Uses of HttpProxyOptions in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return HttpProxyOptionsModifier and TypeMethodDescriptionMqtt5ClientOptions.getHttpProxyOptions()Returns the (tunneling) HTTP proxy usage when establishing MQTT connectionsMethods in software.amazon.awssdk.crt.mqtt5 with parameters of type HttpProxyOptionsModifier and TypeMethodDescriptionMqtt5ClientOptions.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 HttpProxyOptionsMethods in software.amazon.awssdk.crt.s3 with parameters of type HttpProxyOptionsModifier and TypeMethodDescriptionS3ClientOptions.withProxyOptions(HttpProxyOptions proxyOptions)