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.
|
CrtBufferPool |
A Pool of CrtByteBuffers
|
CrtByteBuffer |
Wrapper class around a Java DirectByteBuffer and Native buffer that hooks into the CrtResource Memory Leak Tracker.
|
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.
|
HostResolver | |
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.
|
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 |
---|---|
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 © 2019. All rights reserved.