Uses of Class
software.amazon.awssdk.crt.io.ClientBootstrap
-
-
Uses of ClientBootstrap in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type ClientBootstrap Modifier and Type Method Description DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder
DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets what client bootstrap to use when establishing network connections for credentials sourcingEcsCredentialsProvider.Builder
EcsCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.ProfileCredentialsProvider.Builder
ProfileCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.StsCredentialsProvider.Builder
StsCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.StsWebIdentityCredentialsProvider.Builder
StsWebIdentityCredentialsProvider.Builder. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.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. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream with parameters of type ClientBootstrap Modifier and Type Method 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. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return ClientBootstrap Modifier and Type Method Description ClientBootstrap
HttpClientConnectionManagerOptions. getClientBootstrap()
Gets the client bootstrap instance to use to create the pool's connectionsMethods in software.amazon.awssdk.crt.http with parameters of type ClientBootstrap Modifier and Type Method Description HttpClientConnectionManagerOptions
HttpClientConnectionManagerOptions. withClientBootstrap(ClientBootstrap clientBootstrap)
Sets the client bootstrap instance to use to create the pool's connections -
Uses of ClientBootstrap in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return ClientBootstrap Modifier and Type Method Description static ClientBootstrap
ClientBootstrap. getOrCreateStaticDefault()
This default will be used when a ClientBootstrap is not explicitly passed but is needed to allow the process to function. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.mqtt
Constructors in software.amazon.awssdk.crt.mqtt with parameters of type ClientBootstrap Constructor Description MqttClient(ClientBootstrap clientBootstrap)
Creates an MqttClient with no TLS from the providedClientBootstrap
MqttClient(ClientBootstrap clientBootstrap, TlsContext context)
Creates an MqttClient from the providedClientBootstrap
andTlsContext
-
Uses of ClientBootstrap in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ClientBootstrap Modifier and Type Method Description ClientBootstrap
S3ClientOptions. getClientBootstrap()
Methods in software.amazon.awssdk.crt.s3 with parameters of type ClientBootstrap Modifier and Type Method Description S3ClientOptions
S3ClientOptions. withClientBootstrap(ClientBootstrap clientBootstrap)
-