| Package | Description |
|---|---|
| com.ibm.cos.v2.core.interceptor | |
| com.ibm.cos.v2.services.s3.internal.handlers |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Context.AfterExecution
The state of the execution when the
ExecutionInterceptor.afterExecution(com.ibm.cos.v2.core.interceptor.Context.AfterExecution, com.ibm.cos.v2.core.interceptor.ExecutionAttributes) method is invoked. |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorContext
An SDK-internal implementation of
Context.AfterExecution and its parent interfaces. |
| Modifier and Type | Method and Description |
|---|---|
default SdkResponse |
ExecutionInterceptor.modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkResponse before it is returned by the client. |
| Modifier and Type | Method and Description |
|---|---|
SdkResponse |
GetObjectInterceptor.modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes) |
SdkResponse |
EnableTrailingChecksumInterceptor.modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes)
Subtract the contentLength of
GetObjectResponse if trailing checksums is enabled. |
SdkResponse |
DecodeUrlEncodedResponseInterceptor.modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes) |
Copyright © 2026. All rights reserved.