Package | Description |
---|---|
software.amazon.awssdk.http |
Modifier and Type | Method and Description |
---|---|
AbortableInputStream |
SdkHttpFullResponse.Builder.content()
The content, exactly as it was configured with
SdkHttpFullResponse.Builder.content(AbortableInputStream) . |
static AbortableInputStream |
AbortableInputStream.create(InputStream delegate)
Creates an instance of
AbortableInputStream that ignores abort. |
static AbortableInputStream |
AbortableInputStream.create(InputStream delegate,
Abortable abortable)
Creates an instance of
AbortableInputStream . |
Modifier and Type | Method and Description |
---|---|
Optional<AbortableInputStream> |
SdkHttpFullResponse.content()
Returns the optional stream containing the payload data returned by the service.
|
Optional<AbortableInputStream> |
HttpExecuteResponse.responseBody() |
Modifier and Type | Method and Description |
---|---|
SdkHttpFullResponse.Builder |
SdkHttpFullResponse.Builder.content(AbortableInputStream content)
Configure an
SdkHttpFullResponse.content() to be used in the HTTP response. |
HttpExecuteResponse.Builder |
HttpExecuteResponse.Builder.responseBody(AbortableInputStream inputStream)
Set the
InputStream to be returned by the client. |
Copyright © 2020. All rights reserved.