Uses of Class
software.amazon.awssdk.crt.http.HttpRequest
-
-
Uses of HttpRequest in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return HttpRequest Modifier and Type Method Description HttpRequest
AwsSigningResult. getSignedRequest()
Gets the signed http request from the resultMethods in software.amazon.awssdk.crt.auth.signing that return types with arguments of type HttpRequest Modifier and Type Method Description static CompletableFuture<HttpRequest>
AwsSigner. signRequest(HttpRequest request, AwsSigningConfig config)
Signs an http request according to the supplied signing configurationMethods in software.amazon.awssdk.crt.auth.signing with parameters of type HttpRequest Modifier and Type Method Description static CompletableFuture<AwsSigningResult>
AwsSigner. sign(HttpRequest request, AwsSigningConfig config)
Signs an http request according to the supplied signing configurationstatic CompletableFuture<HttpRequest>
AwsSigner. signRequest(HttpRequest request, AwsSigningConfig config)
Signs an http request according to the supplied signing configurationstatic boolean
AwsSigningUtils. verifySigv4aEcdsaSignature(HttpRequest request, String expectedCanonicalRequest, AwsSigningConfig config, byte[] hexEncodedSignature, String verifierPubX, String verifierPubY)
-
Uses of HttpRequest in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http with parameters of type HttpRequest Modifier and Type Method Description CompletableFuture<Http2Stream>
Http2StreamManager. acquireStream(HttpRequest request, HttpStreamBaseResponseHandler streamHandler)
HttpStream
HttpClientConnection. makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler)
Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection specific to HTTP/1.1 connection. -
Uses of HttpRequest in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return HttpRequest Modifier and Type Method Description HttpRequest
WebsocketHandshakeTransformArgs. getHttpRequest()
Get the http request that will be used to perform the websocket handshake.Methods in software.amazon.awssdk.crt.mqtt with parameters of type HttpRequest Modifier and Type Method Description void
WebsocketHandshakeTransformArgs. complete(HttpRequest signedRequest)
Mark the transform operation as successfully completed.Constructors in software.amazon.awssdk.crt.mqtt with parameters of type HttpRequest Constructor Description WebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
Constructor parameters in software.amazon.awssdk.crt.mqtt with type arguments of type HttpRequest Constructor Description WebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
-
Uses of HttpRequest in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return HttpRequest Modifier and Type Method Description HttpRequest
Mqtt5WebsocketHandshakeTransformArgs. getHttpRequest()
Get the http request that will be used to perform the websocket handshake.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type HttpRequest Modifier and Type Method Description void
Mqtt5WebsocketHandshakeTransformArgs. complete(HttpRequest signedRequest)
Mark the transform operation as successfully completed.Constructors in software.amazon.awssdk.crt.mqtt5 with parameters of type HttpRequest Constructor Description Mqtt5WebsocketHandshakeTransformArgs(Mqtt5Client mqttClient, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
Constructor parameters in software.amazon.awssdk.crt.mqtt5 with type arguments of type HttpRequest Constructor Description Mqtt5WebsocketHandshakeTransformArgs(Mqtt5Client mqttClient, HttpRequest httpRequest, CompletableFuture<HttpRequest> future)
-
Uses of HttpRequest in software.amazon.awssdk.crt.s3
Methods in software.amazon.awssdk.crt.s3 that return HttpRequest Modifier and Type Method Description HttpRequest
S3MetaRequestOptions. getHttpRequest()
Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpRequest Modifier and Type Method Description S3MetaRequestOptions
S3MetaRequestOptions. withHttpRequest(HttpRequest httpRequest)
Set the initial HTTP request.
-