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 AbortableInputStreamSdkHttpFullResponse.Builder. content()The content, exactly as it was configured withSdkHttpFullResponse.Builder.content(AbortableInputStream).static AbortableInputStreamAbortableInputStream. create(InputStream delegate)Creates an instance ofAbortableInputStreamthat ignores abort.static AbortableInputStreamAbortableInputStream. create(InputStream delegate, Abortable abortable)Creates an instance ofAbortableInputStream.static AbortableInputStreamAbortableInputStream. 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 theAbortableInputStreamassociated with this response.Methods in software.amazon.awssdk.http with parameters of type AbortableInputStream Modifier and Type Method Description SdkHttpFullResponse.BuilderSdkHttpFullResponse.Builder. content(AbortableInputStream content)Configure anSdkHttpFullResponse.content()to be used in the HTTP response.HttpExecuteResponse.BuilderHttpExecuteResponse.Builder. responseBody(AbortableInputStream inputStream)Set theInputStreamto be returned by the client.
-