Uses of Class
software.amazon.awssdk.http.AbortableInputStream
-
Packages that use AbortableInputStream Package Description software.amazon.awssdk.http -
-
Uses of AbortableInputStream in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return AbortableInputStream Modifier and Type Method Description AbortableInputStream
SdkHttpFullResponse.Builder. content()
The content, exactly as it was configured withSdkHttpFullResponse.Builder.content(AbortableInputStream)
.static AbortableInputStream
AbortableInputStream. create(InputStream delegate)
Creates an instance ofAbortableInputStream
that ignores abort.static AbortableInputStream
AbortableInputStream. create(InputStream delegate, Abortable abortable)
Creates an instance ofAbortableInputStream
.static AbortableInputStream
AbortableInputStream. createEmpty()
Methods in software.amazon.awssdk.http that return types with arguments of type AbortableInputStream Modifier and Type Method Description Optional<AbortableInputStream>
SdkHttpFullResponse. content()
Returns the optional stream containing the payload data returned by the service.Optional<AbortableInputStream>
HttpExecuteResponse. responseBody()
/** Get theAbortableInputStream
associated with this response.Methods in software.amazon.awssdk.http with parameters of type AbortableInputStream Modifier and Type Method Description SdkHttpFullResponse.Builder
SdkHttpFullResponse.Builder. content(AbortableInputStream content)
Configure anSdkHttpFullResponse.content()
to be used in the HTTP response.HttpExecuteResponse.Builder
HttpExecuteResponse.Builder. responseBody(AbortableInputStream inputStream)
Set theInputStream
to be returned by the client.
-