| Package | Description |
|---|---|
| com.ibm.cos.v2.core.interceptor | |
| com.ibm.cos.v2.core.internal.interceptor | |
| com.ibm.cos.v2.services.s3.internal.handlers |
| 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 Optional<org.reactivestreams.Publisher<ByteBuffer>> |
ExecutionInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is unmarshalled into an SdkResponse. |
default SdkHttpResponse |
ExecutionInterceptor.modifyHttpResponse(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is unmarshalled into an SdkResponse. |
default Optional<InputStream> |
ExecutionInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkHttpFullRequest before it is unmarshalled into an SdkResponse. |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.reactivestreams.Publisher<ByteBuffer>> |
HttpChecksumValidationInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
Optional<InputStream> |
HttpChecksumValidationInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.reactivestreams.Publisher<ByteBuffer>> |
GetBucketPolicyInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
Optional<org.reactivestreams.Publisher<ByteBuffer>> |
AsyncChecksumValidationInterceptor.modifyAsyncHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
Optional<InputStream> |
SyncChecksumValidationInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
Optional<InputStream> |
GetBucketPolicyInterceptor.modifyHttpResponseContent(Context.ModifyHttpResponse context,
ExecutionAttributes executionAttributes) |
Copyright © 2026. All rights reserved.