Uses of Class
software.amazon.awssdk.crt.http.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in software.amazon.awssdk.crt.auth.signing
Methods in software.amazon.awssdk.crt.auth.signing that return HttpRequestModifier and TypeMethodDescriptionAwsSigningResult.getSignedRequest()Gets the signed http request from the resultMethods in software.amazon.awssdk.crt.auth.signing that return types with arguments of type HttpRequestModifier and TypeMethodDescriptionstatic 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 HttpRequestModifier and TypeMethodDescriptionstatic 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 HttpRequestModifier and TypeMethodDescriptionHttp2StreamManager.acquireStream(HttpRequest request, HttpStreamBaseResponseHandler streamHandler) 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 HttpRequestModifier and TypeMethodDescriptionWebsocketHandshakeTransformArgs.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 HttpRequestModifier and TypeMethodDescriptionvoidWebsocketHandshakeTransformArgs.complete(HttpRequest signedRequest) Mark the transform operation as successfully completed.Constructors in software.amazon.awssdk.crt.mqtt with parameters of type HttpRequestModifierConstructorDescriptionWebsocketHandshakeTransformArgs(MqttClientConnection mqttConnection, HttpRequest httpRequest, CompletableFuture<HttpRequest> future) Constructor parameters in software.amazon.awssdk.crt.mqtt with type arguments of type HttpRequestModifierConstructorDescriptionWebsocketHandshakeTransformArgs(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 HttpRequestModifier and TypeMethodDescriptionMqtt5WebsocketHandshakeTransformArgs.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 HttpRequestModifier and TypeMethodDescriptionvoidMqtt5WebsocketHandshakeTransformArgs.complete(HttpRequest signedRequest) Mark the transform operation as successfully completed.Constructors in software.amazon.awssdk.crt.mqtt5 with parameters of type HttpRequestModifierConstructorDescriptionMqtt5WebsocketHandshakeTransformArgs(Mqtt5Client mqttClient, HttpRequest httpRequest, CompletableFuture<HttpRequest> future) Constructor parameters in software.amazon.awssdk.crt.mqtt5 with type arguments of type HttpRequestModifierConstructorDescriptionMqtt5WebsocketHandshakeTransformArgs(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 HttpRequestMethods in software.amazon.awssdk.crt.s3 with parameters of type HttpRequestModifier and TypeMethodDescriptionS3MetaRequestOptions.withHttpRequest(HttpRequest httpRequest) Set the initial HTTP request.