| Package | Description |
|---|---|
| software.amazon.awssdk.crt.eventstream | |
| software.amazon.awssdk.crt.http | |
| software.amazon.awssdk.crt.mqtt |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<Void> |
ClientConnection.connect(String hostName,
short port,
SocketOptions socketOptions,
ClientTlsContext tlsContext,
ClientBootstrap bootstrap,
ClientConnectionHandler connectionHandler)
Initiates a new outgoing event-stream-rpc connection.
|
| Constructor and Description |
|---|
ServerListener(String hostName,
short port,
SocketOptions socketOptions,
ServerTlsContext tlsContext,
ServerBootstrap serverBootstrap,
ServerListenerHandler handler)
Instantiates a server listener.
|
| Modifier and Type | Method and Description |
|---|---|
SocketOptions |
HttpClientConnectionManagerOptions.getSocketOptions() |
| 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 |
|---|---|
SocketOptions |
MqttConnectionConfig.getSocketOptions()
Queries the common settings to use for a connection's socket
|
| Modifier and Type | Method and Description |
|---|---|
void |
MqttConnectionConfig.setSocketOptions(SocketOptions socketOptions)
Configures the common settings to use for a connection's socket
|
Copyright © 2021. All rights reserved.