Package | Description |
---|---|
software.amazon.awssdk.crt.auth.signing | |
software.amazon.awssdk.crt.http | |
software.amazon.awssdk.crt.mqtt |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<HttpRequest> |
AwsSigner.signRequest(HttpRequest request,
AwsSigningConfig config) |
Modifier and Type | Method and Description |
---|---|
static CompletableFuture<HttpRequest> |
AwsSigner.signRequest(HttpRequest request,
AwsSigningConfig config) |
Modifier and Type | Method and Description |
---|---|
HttpStream |
HttpClientConnection.makeRequest(HttpRequest request,
HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
WebsocketHandshakeTransformArgs.getHttpRequest()
Get the http request that will be used to perform the websocket handshake.
|
Modifier and Type | Method and Description |
---|---|
void |
WebsocketHandshakeTransformArgs.complete(HttpRequest signedRequest)
Mark the transform operation as successfully completed.
|
Constructor and Description |
---|
WebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection,
HttpRequest httpRequest,
CompletableFuture<HttpRequest> future) |
Constructor and Description |
---|
WebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection,
HttpRequest httpRequest,
CompletableFuture<HttpRequest> future) |
Copyright © 2020. All rights reserved.