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.
|
DirectoryEntry |
Supplied during calls to DirectoryTraversal.traverse() as each entry is encountered.
|
DirectoryTraversal |
Deprecated.
|
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 |
Configuration options for the exponential backoff retry strategy for http requests
|
HostResolver |
Java wrapper around the native CRT host resolver, responsible for performing async dns lookups
|
Pkcs11Lib |
Handle to a loaded PKCS#11 library.
|
ServerBootstrap |
This class wraps the aws_server_bootstrap from aws-c-io to provide
a server context for all protocol stacks in the AWS Common Runtime.
|
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 |
Top-level configuration for http retries.
|
TlsConnectionOptions |
Connection-specific TLS options.
|
TlsContext |
This class wraps the aws_tls_context from aws-c-io to provide
access to TLS configuration contexts in the AWS Common Runtime.
|
TlsContextCustomKeyOperationOptions |
Top level configuration for the custom TLS key operations.
|
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.
|
TlsContextPkcs11Options |
Options for TLS using a PKCS#11 library for private key operations.
|
TlsKeyOperation |
A class containing a mutual TLS (mTLS) Private Key operation that needs to be performed.
|
Uri |
Wrapper around an http URI
|