Package | Description |
---|---|
software.amazon.awssdk.crt.http | |
software.amazon.awssdk.crt.mqtt |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<HttpConnection> |
HttpConnection.createConnection(URI uri,
ClientBootstrap bootstrap,
SocketOptions socketOptions,
TlsContext tlsContext)
Creates a new CompletableFuture for a new HttpConnection.
|
static CompletableFuture<HttpConnection> |
HttpConnection.createConnection(URI uri,
ClientBootstrap bootstrap,
SocketOptions socketOptions,
TlsContext tlsContext,
int windowSize)
Creates a new CompletableFuture for a new HttpConnection.
|
Constructor and Description |
---|
MqttClient(ClientBootstrap clientBootstrap)
Creates an MqttClient from the provided
ClientBootstrap with no TLS |
MqttClient(ClientBootstrap clientBootstrap,
TlsContext tlsContext)
Creates an MqttClient from the provided
ClientBootstrap and TlsContext |
Copyright © 2019. All rights reserved.