| Class | Description |
|---|---|
| ClasspathInterceptorChainFactory |
Factory for creating request/response handler chains from the classpath.
|
| Context |
A wrapper for the immutable context objects that are visible to the
ExecutionInterceptors. |
| DefaultFailedExecutionContext |
An SDK-internal implementation of
Context.FailedExecution. |
| ExecutionAttribute<T> |
An attribute attached to a particular execution, stored in
ExecutionAttributes. |
| ExecutionAttributes |
A mutable collection of
ExecutionAttributes that can be modified by ExecutionInterceptors in order to save and
retrieve information specific to the current execution. |
| ExecutionInterceptorChain |
A wrapper for a list of
ExecutionInterceptors that ensures the interceptors are executed in the correct order as it
is documented in the ExecutionInterceptor documentation. |
| InterceptorContext |
An SDK-internal implementation of
Context.AfterExecution and its parent interfaces. |
| InterceptorContext.Builder | |
| SdkExecutionAttributes |
Contains attributes attached to the execution.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.