public final class BlobsDownloadResponse extends com.microsoft.rest.v2.RestResponse<BlobsDownloadHeaders,io.reactivex.Flowable<ByteBuffer>> implements Closeable
| Constructor and Description |
|---|
BlobsDownloadResponse(int statusCode,
BlobsDownloadHeaders headers,
Map<String,String> rawHeaders,
io.reactivex.Flowable<ByteBuffer> body)
Creates an instance of BlobsDownloadResponse.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<ByteBuffer> |
body() |
void |
close()
Disposes of the connection associated with this stream response.
|
BlobsDownloadHeaders |
headers() |
public BlobsDownloadResponse(int statusCode,
BlobsDownloadHeaders headers,
Map<String,String> rawHeaders,
io.reactivex.Flowable<ByteBuffer> body)
statusCode - the status code of the HTTP response.headers - the deserialized headers of the HTTP response.rawHeaders - the raw headers of the HTTP response.body - the body content stream.public BlobsDownloadHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<BlobsDownloadHeaders,io.reactivex.Flowable<ByteBuffer>>public io.reactivex.Flowable<ByteBuffer> body()
body in class com.microsoft.rest.v2.RestResponse<BlobsDownloadHeaders,io.reactivex.Flowable<ByteBuffer>>public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2018. All rights reserved.