Uses of Class
software.amazon.awssdk.crt.http.HttpRequest
-
Packages that use HttpRequest Package Description software.amazon.awssdk.crt.auth.signing software.amazon.awssdk.crt.http software.amazon.awssdk.crt.mqtt software.amazon.awssdk.crt.s3 -
-
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 HttpRequestAwsSigningResult. 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 booleanAwsSigningUtils. 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 HttpStreamHttpClientConnection. makeRequest(HttpRequest request, HttpStreamResponseHandler streamHandler)Schedules an HttpRequest on the Native EventLoop for this HttpClientConnection. -
Uses of HttpRequest in software.amazon.awssdk.crt.mqtt
Methods in software.amazon.awssdk.crt.mqtt that return HttpRequest Modifier and Type Method Description HttpRequestWebsocketHandshakeTransformArgs. 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 voidWebsocketHandshakeTransformArgs. 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.s3
Methods in software.amazon.awssdk.crt.s3 that return HttpRequest Modifier and Type Method Description HttpRequestS3MetaRequestOptions. getHttpRequest()Methods in software.amazon.awssdk.crt.s3 with parameters of type HttpRequest Modifier and Type Method Description S3MetaRequestOptionsS3MetaRequestOptions. withHttpRequest(HttpRequest httpRequest)
-