| Modifier and Type | Interface and Description |
|---|---|
interface |
TransformingAsyncResponseHandler<ResultT>
A response handler that returns a transformed response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdempotentAsyncResponseHandler<T,R>
Wrapper for a
TransformingAsyncResponseHandler that 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncAfterTransmissionInterceptorCallingResponseHandler<T>
Async response handler decorator to run interceptors after response is received.
|
class |
AsyncResponseHandler<T>
Response handler for asynchronous non-streaming operations.
|
class |
AsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT>
Response handler for asynchronous streaming operations.
|
class |
CombinedResponseAsyncHttpResponseHandler<OutputT>
Detects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate
async response handler.
|
class |
FilterTransformingAsyncHttpResponseHandler<ResultT>
Decorator class that simply delegates to the wrapped
TransformingAsyncResponseHandler. |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpResponseHandler |
AsyncExecuteRequest.responseHandler() |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecuteRequest.Builder |
AsyncExecuteRequest.Builder.responseHandler(SdkAsyncHttpResponseHandler responseHandler)
Set the response handler for the resposne.
|
| Modifier and Type | Method and Description |
|---|---|
static software.amazon.awssdk.crt.http.HttpStreamResponseHandler |
CrtResponseAdapter.toCrtResponseHandler(software.amazon.awssdk.crt.http.HttpClientConnection crtConn,
CompletableFuture<Void> requestFuture,
SdkAsyncHttpResponseHandler responseHandler) |
| Constructor and Description |
|---|
CrtResponseAdapter(software.amazon.awssdk.crt.http.HttpClientConnection connection,
CompletableFuture<Void> completionFuture,
SdkAsyncHttpResponseHandler responseHandler,
SimplePublisher<ByteBuffer> simplePublisher) |
| Modifier and Type | Method and Description |
|---|---|
SdkAsyncHttpResponseHandler |
RequestContext.handler()
Convenience method to retrieve the
SdkAsyncHttpResponseHandler contained in the AsyncExecuteRequest
returned by RequestContext.executeRequest. |
Copyright © 2026. All rights reserved.