Uses of Interface
software.amazon.awssdk.core.internal.http.TransformingAsyncResponseHandler
Packages that use TransformingAsyncResponseHandler
Package
Description
-
Uses of TransformingAsyncResponseHandler in software.amazon.awssdk.core.internal.http
Classes in software.amazon.awssdk.core.internal.http that implement TransformingAsyncResponseHandlerModifier and TypeClassDescriptionclassWrapper for aTransformingAsyncResponseHandlerthat allows attachment to an external scope and given a way of evaluating whether that scope has changed or not will only allow prepare() to be called on its delegate once per state change and will cache and reserve the future that is returned by the delegate the rest of the time.Methods in software.amazon.awssdk.core.internal.http with parameters of type TransformingAsyncResponseHandlerModifier and TypeMethodDescriptionstatic <T,R> IdempotentAsyncResponseHandler<T, R> IdempotentAsyncResponseHandler.create(TransformingAsyncResponseHandler<T> wrappedHandler, Supplier<R> preparedScopeSupplier, BiPredicate<R, R> scopeInRangePredicate) Creates a new wrappedTransformingAsyncResponseHandler<OutputT> CompletableFuture<OutputT>AmazonAsyncHttpClient.RequestExecutionBuilder.execute(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler) Executes the request with the given configuration. -
Uses of TransformingAsyncResponseHandler in software.amazon.awssdk.core.internal.http.async
Classes in software.amazon.awssdk.core.internal.http.async that implement TransformingAsyncResponseHandlerModifier and TypeClassDescriptionfinal classAsync response handler decorator to run interceptors after response is received.final classResponse handler for asynchronous non-streaming operations.final classAsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT> Response handler for asynchronous streaming operations.final classDetects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate async response handler.classDecorator class that simply delegates to the wrappedTransformingAsyncResponseHandler.Constructors in software.amazon.awssdk.core.internal.http.async with parameters of type TransformingAsyncResponseHandlerModifierConstructorDescriptionAsyncAfterTransmissionInterceptorCallingResponseHandler(TransformingAsyncResponseHandler<T> delegate, ExecutionContext context) CombinedResponseAsyncHttpResponseHandler(TransformingAsyncResponseHandler<OutputT> successResponseHandler, TransformingAsyncResponseHandler<? extends SdkException> errorResponseHandler) -
Uses of TransformingAsyncResponseHandler in software.amazon.awssdk.core.internal.http.pipeline.stages
Constructors in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type TransformingAsyncResponseHandlerModifierConstructorDescriptionAsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler, HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>> requestPipeline) MakeAsyncHttpRequestStage(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler, HttpClientDependencies dependencies)