BlobDownloadAsyncResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. storage. blob. models. BlobDownloadAsyncResponse
- com.
- com.
Implements
public final class BlobDownloadAsyncResponse
extends ResponseBase<BlobDownloadHeaders,Flux<ByteBuffer>>
implements Closeable
This class contains the response information returned from the server when downloading a blob.
Constructor Summary
Method Summary
Modifier and Type | Method and Description |
---|---|
void | close() |
Mono<Void> |
writeValueToAsync(AsynchronousByteChannel channel, ProgressReporter progressReporter)
Transfers content bytes to the AsynchronousByteChannel. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
BlobDownloadAsyncResponse
public BlobDownloadAsyncResponse(HttpRequest request, int statusCode, HttpHeaders headers, Flux
Constructs a BlobDownloadAsyncResponse.
Parameters:
Method Details
close
writeValueToAsync
public Mono
Transfers content bytes to the AsynchronousByteChannel.
Parameters:
Returns:
Applies to
Azure SDK for Java