| Package | Description |
|---|---|
| software.amazon.awssdk.crt.auth.credentials | |
| software.amazon.awssdk.crt.http | |
| software.amazon.awssdk.crt.mqtt |
| Modifier and Type | Method and 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
|
| Modifier and Type | Method and Description |
|---|---|
HttpProxyOptions |
HttpClientConnectionManagerOptions.getProxyOptions() |
| Modifier and Type | Method and Description |
|---|---|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withProxyOptions(HttpProxyOptions proxyOptions)
Sets the proxy options for connections in the connection pool
|
| Modifier and Type | Method and Description |
|---|---|
HttpProxyOptions |
MqttConnectionConfig.getHttpProxyOptions()
Queries proxy options for an mqtt connection
|
HttpProxyOptions |
MqttConnectionConfig.getWebsocketProxyOptions()
Deprecated.
use getHttpProxyOptions instead
Queries proxy options for a websocket-based mqtt connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
MqttConnectionConfig.setHttpProxyOptions(HttpProxyOptions proxyOptions)
Configures proxy options for the mqtt connection
|
void |
MqttConnectionConfig.setWebsocketProxyOptions(HttpProxyOptions proxyOptions)
Deprecated.
use setHttpProxyOptions instead
Configures proxy options for a websocket-based mqtt connection
|
Copyright © 2021. All rights reserved.