| Package | Description |
|---|---|
| software.amazon.awssdk.crt | |
| software.amazon.awssdk.crt.http | |
| software.amazon.awssdk.crt.io | |
| software.amazon.awssdk.crt.mqtt |
| Modifier and Type | Method and Description |
|---|---|
<T extends CrtResource> |
CrtResource.addReferenceTo(T resource)
Marks a resource as referenced by this resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientConnection
This class wraps aws-c-http to provide the basic HTTP request/response functionality via the AWS Common Runtime.
|
class |
HttpClientConnectionManager
Manages a Pool of Http Connections
|
class |
HttpStream
An HttpStream represents a single Http Request/Response pair within a HttpClientConnection, and wraps the native resources
from the aws-c-http library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
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.
|
class |
HostResolver |
class |
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.
|
class |
TlsContext
This class wraps the aws_tls_context from aws-c-io to provide
access to TLS configuration contexts in the AWS Common Runtime.
|
class |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MqttClient
This class wraps aws-c-mqtt to provide the basic MQTT pub/sub functionalities
via the AWS Common Runtime
One MqttClient class is needed per application.
|
class |
MqttClientConnection
This class wraps aws-c-mqtt to provide the basic MQTT pub/sub
functionality via the AWS Common Runtime
MqttClientConnection represents a single connection from one MqttClient to an MQTT
service endpoint
|
Copyright © 2019. All rights reserved.