| Package | Description |
|---|---|
| com.ibm.cos.v2.core.interceptor |
| 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. |
static interface |
Context.AfterUnmarshalling
The state of the execution when the
ExecutionInterceptor.afterUnmarshalling(com.ibm.cos.v2.core.interceptor.Context.AfterUnmarshalling, com.ibm.cos.v2.core.interceptor.ExecutionAttributes) method is invoked. |
static interface |
Context.ModifyResponse
The state of the execution when the
ExecutionInterceptor.modifyResponse(com.ibm.cos.v2.core.interceptor.Context.ModifyResponse, 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 |
|---|---|
void |
ExecutionInterceptorChain.beforeUnmarshalling(Context.BeforeUnmarshalling context,
ExecutionAttributes executionAttributes) |
default void |
ExecutionInterceptor.beforeUnmarshalling(Context.BeforeUnmarshalling context,
ExecutionAttributes executionAttributes)
Read the finalized HTTP response as it will be given to the unmarshaller to be converted into an
SdkResponse. |
Copyright © 2026. All rights reserved.