public final class DecodeUrlEncodedResponseInterceptor extends Object implements ExecutionInterceptor
See https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html and https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html
| Constructor and Description |
|---|
DecodeUrlEncodedResponseInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
SdkResponse |
modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkResponse before it is returned by the client. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, onExecutionFailurepublic SdkResponse modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)
ExecutionInterceptorSdkResponse before it is returned by the client.modifyResponse in interface ExecutionInterceptorcontext - The current state of the execution, including the SDK and HTTP requests as well as the SDK and HTTP
response.executionAttributes - A mutable set of attributes scoped to one specific request/response cycle that can be used to
give data to future lifecycle methods.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.