Package | Description |
---|---|
software.amazon.awssdk.crt.auth.credentials | |
software.amazon.awssdk.crt.http | |
software.amazon.awssdk.crt.mqtt |
Modifier and Type | Method and Description |
---|---|
ClientBootstrap |
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder.getClientBootstrap() |
Modifier and Type | Method and Description |
---|---|
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder |
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) |
Modifier and Type | Method and Description |
---|---|
ClientBootstrap |
HttpClientConnectionManagerOptions.getClientBootstrap()
Gets the client bootstrap instance to use to create the pool's connections
|
Modifier and Type | Method and Description |
---|---|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap instance to use to create the pool's connections
|
Constructor and Description |
---|
MqttClient(ClientBootstrap clientBootstrap)
Creates an MqttClient with no TLS from the provided
ClientBootstrap |
MqttClient(ClientBootstrap clientBootstrap,
TlsContext context)
Creates an MqttClient from the provided
ClientBootstrap and TlsContext |
Copyright © 2020. All rights reserved.