| Package | Description |
|---|---|
| software.amazon.awssdk.crt.http | |
| software.amazon.awssdk.crt.mqtt |
| Modifier and Type | Method and Description |
|---|---|
SocketOptions |
HttpClientConnectionManagerOptions.getSocketOptions()
Gets the socket options to use for connections in the connection pool
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientConnectionManagerOptions |
HttpClientConnectionManagerOptions.withSocketOptions(SocketOptions socketOptions)
Sets the socket options to use for connections in the connection pool
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Boolean> |
MqttClientConnection.connect(String clientId,
String endpoint,
int port,
SocketOptions socketOptions,
boolean cleanSession,
int keepAliveMs,
int pingTimeoutMs)
Connect to the service endpoint and start a session
|
Copyright © 2019. All rights reserved.