Constructor and Description |
---|
S3NativeClient(String signingRegion,
ClientBootstrap clientBootstrap,
CredentialsProvider credentialsProvider,
long partSizeBytes,
double targetThroughputGbps) |
Modifier and Type | Method and Description |
---|---|
ClientBootstrap |
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder.getClientBootstrap() |
Modifier and Type | Method and Description |
---|---|
X509CredentialsProvider.X509CredentialsProviderBuilder |
X509CredentialsProvider.X509CredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections
required by this provider.
|
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder |
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<Void> |
ClientConnection.connect(String hostName,
short port,
SocketOptions socketOptions,
ClientTlsContext tlsContext,
ClientBootstrap bootstrap,
ClientConnectionHandler connectionHandler)
Initiates a new outgoing event-stream-rpc connection.
|
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 |
Modifier and Type | Method and Description |
---|---|
ClientBootstrap |
S3ClientOptions.getClientBootstrap() |
Modifier and Type | Method and Description |
---|---|
S3ClientOptions |
S3ClientOptions.withClientBootstrap(ClientBootstrap clientBootstrap) |
Copyright © 2021. All rights reserved.