Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.services.s3.request |
Modifier and Type | Method and Description |
---|---|
<X> void |
Request.addHandlerContext(HandlerContextKey<X> key,
X value)
Adds a context to the request object that is visible
to all
RequestHandler2 . |
<X> void |
DefaultRequest.addHandlerContext(HandlerContextKey<X> key,
X value) |
<X> X |
Request.getHandlerContext(HandlerContextKey<X> key)
Return the context for the given key if present; else return null.
|
<X> X |
DefaultRequest.getHandlerContext(HandlerContextKey<X> key) |
Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<Boolean> |
S3HandlerContextKeys.IS_CHUNKED_ENCODING_DISABLED
Context provided to
AWSS3V4Signer to determine whether chunked encoding should be used
or not. |
static HandlerContextKey<Boolean> |
S3HandlerContextKeys.IS_PAYLOAD_SIGNING_ENABLED
Context provided to
AWSS3V4Signer to determine whether payloads should be signed. |
Copyright © 2018. All rights reserved.