Uses of Class
software.amazon.awssdk.http.AbortableInputStream
Packages that use AbortableInputStream
-
Uses of AbortableInputStream in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return AbortableInputStreamModifier and TypeMethodDescriptionSdkHttpFullResponse.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 AbortableInputStreamModifier and TypeMethodDescriptionSdkHttpFullResponse.content()Returns the optional stream containing the payload data returned by the service.HttpExecuteResponse.responseBody()Get theAbortableInputStreamassociated with this response.Methods in software.amazon.awssdk.http with parameters of type AbortableInputStreamModifier and TypeMethodDescriptionSdkHttpFullResponse.Builder.content(AbortableInputStream content) Configure anSdkHttpFullResponse.content()to be used in the HTTP response.HttpExecuteResponse.Builder.responseBody(AbortableInputStream inputStream) Set theInputStreamto be returned by the client.