public class AfterTransmissionExecutionInterceptorsStage extends Object implements RequestPipeline<Pair<SdkHttpFullRequest,SdkHttpFullResponse>,Pair<SdkHttpFullRequest,SdkHttpFullResponse>>
| Constructor and Description |
|---|
AfterTransmissionExecutionInterceptorsStage() |
| Modifier and Type | Method and Description |
|---|---|
Pair<SdkHttpFullRequest,SdkHttpFullResponse> |
execute(Pair<SdkHttpFullRequest,SdkHttpFullResponse> input,
RequestExecutionContext context)
Execute the pipeline with the given input.
|
public AfterTransmissionExecutionInterceptorsStage()
public Pair<SdkHttpFullRequest,SdkHttpFullResponse> execute(Pair<SdkHttpFullRequest,SdkHttpFullResponse> input, RequestExecutionContext context) throws Exception
RequestPipelineexecute in interface RequestPipeline<Pair<SdkHttpFullRequest,SdkHttpFullResponse>,Pair<SdkHttpFullRequest,SdkHttpFullResponse>>input - Input to pipeline.context - Context containing both request dependencies, and a container for any mutable state that must be shared
between stages.Exception - If any error occurs. This will be thrown out of the pipeline, if exceptions must be handled see
RequestPipelineBuilder.wrappedWith(BiFunction).Copyright © 2020. All rights reserved.