| Class | Description |
|---|---|
| ClientBootstrap |
This class wraps the aws_client_bootstrap from aws-c-io to provide
a client context for all protocol stacks in the AWS Common Runtime.
|
| ClientTlsContext |
This class wraps the aws_tls_context from aws-c-io to provide access to TLS
configuration contexts in the AWS Common Runtime.
|
| EventLoopGroup |
This class wraps the aws_event_loop_group from aws-c-io to provide
access to an event loop for the MQTT protocol stack in the AWS Common
Runtime.
|
| ExponentialBackoffRetryOptions | |
| HostResolver | |
| ServerBootstrap | |
| ServerTlsContext |
This class wraps the aws_tls_context from aws-c-io to provide access to TLS
configuration contexts in the AWS Common Runtime.
|
| SocketOptions |
This class wraps the aws_socket_options from aws-c-io to provide
access to TCP/UDP socket configuration in the AWS Common Runtime.
|
| StandardRetryOptions | |
| TlsContext |
This class wraps the aws_tls_context from aws-c-io to provide
access to TLS configuration contexts in the AWS Common Runtime.
|
| TlsContextOptions |
This class wraps the aws_tls_connection_options from aws-c-io to provide
access to TLS configuration contexts in the AWS Common Runtime.
|
| Enum | Description |
|---|---|
| ExponentialBackoffRetryOptions.JitterMode | |
| SocketOptions.SocketDomain |
Socket communications domain
|
| SocketOptions.SocketType |
Socket type
|
| TlsCipherPreference |
A TlsCipherPreference represents a hardcoded ordered list of TLS Ciphers to use when negotiating a TLS Connection.
|
| TlsContextOptions.TlsVersions |
Copyright © 2021. All rights reserved.