RequestPipeline<SdkHttpFullRequest,Response<OutputT>>, RequestToResponsePipeline<OutputT>public class ClientExecutionTimedStage<OutputT> extends Object implements RequestToResponsePipeline<OutputT>
RequestPipeline to manage the client execution timeout feature.| Constructor | Description |
|---|---|
ClientExecutionTimedStage(HttpClientDependencies dependencies,
RequestPipeline<SdkHttpFullRequest,Response<OutputT>> wrapped) |
| Modifier and Type | Method | Description |
|---|---|---|
Response<OutputT> |
execute(SdkHttpFullRequest request,
RequestExecutionContext context) |
Execute the pipeline with the given input.
|
public ClientExecutionTimedStage(HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest,Response<OutputT>> wrapped)
public Response<OutputT> execute(SdkHttpFullRequest request, RequestExecutionContext context) throws Exception
RequestPipelineexecute in interface RequestPipeline<SdkHttpFullRequest,Response<OutputT>>request - 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.wrap(BiFunction).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.