public abstract class BaseEventStreamAsyncAws4Signer extends BaseAsyncAws4Signer
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_STREAM_DATE |
static String |
EVENT_STREAM_SIGNATURE |
EMPTY_STRING_SHA256_HEX
Modifier and Type | Method and Description |
---|---|
SdkHttpFullRequest |
sign(SdkHttpFullRequest request,
Aws4SignerParams signingParams) |
SdkHttpFullRequest |
sign(SdkHttpFullRequest request,
ExecutionAttributes executionAttributes)
Method that takes in an request and returns a signed version of the request.
|
signAsyncRequestBody
presign, presign
public static final String EVENT_STREAM_SIGNATURE
public static final String EVENT_STREAM_DATE
public SdkHttpFullRequest sign(SdkHttpFullRequest request, ExecutionAttributes executionAttributes)
Signer
sign
in interface Signer
sign
in class BaseAws4Signer
request
- The request to signexecutionAttributes
- Contains the attributes required for signing the requestpublic SdkHttpFullRequest sign(SdkHttpFullRequest request, Aws4SignerParams signingParams)
sign
in class BaseAws4Signer
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.