Uses of Class
software.amazon.awssdk.crt.io.ClientBootstrap
Packages that use ClientBootstrap
Package
Description
-
Uses of ClientBootstrap in software.amazon.awssdk.crt.auth.credentials
Methods in software.amazon.awssdk.crt.auth.credentials with parameters of type ClientBootstrapModifier and TypeMethodDescriptionCognitoCredentialsProvider.CognitoCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) (Optional) Sets the client bootstrap (host resolver and event loop group) to use when making the connections required by this provider.DefaultChainCredentialsProvider.DefaultChainCredentialsProviderBuilder.withClientBootstrap(ClientBootstrap clientBootstrap) Sets what client bootstrap to use when establishing network connections for credentials sourcingEcsCredentialsProvider.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.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.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.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.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 ClientBootstrapModifier and TypeMethodDescriptionstatic CompletableFuture<Void>ClientConnection.connect(String hostName, int 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 ClientBootstrapModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.getClientBootstrap()Gets the client bootstrap instance to use to create the pool's connectionsMethods in software.amazon.awssdk.crt.http with parameters of type ClientBootstrapModifier and TypeMethodDescriptionHttpClientConnectionManagerOptions.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 ClientBootstrapModifier and TypeMethodDescriptionstatic ClientBootstrapClientBootstrap.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 ClientBootstrapModifierConstructorDescriptionMqttClient(ClientBootstrap clientBootstrap) Creates an MqttClient with no TLS from the providedClientBootstrapMqttClient(ClientBootstrap clientBootstrap, TlsContext context) Creates an MqttClient from the providedClientBootstrapandTlsContext -
Uses of ClientBootstrap in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return ClientBootstrapModifier and TypeMethodDescriptionMqtt5ClientOptions.getBootstrap()Returns the Client bootstrap used.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type ClientBootstrapModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withBootstrap(ClientBootstrap bootstrap) Sets the ClientBootstrap to use. -
Uses of ClientBootstrap in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return ClientBootstrapMethods in software.amazon.awssdk.crt.s3 with parameters of type ClientBootstrapModifier and TypeMethodDescriptionS3ClientOptions.withClientBootstrap(ClientBootstrap clientBootstrap)