Package | Description |
---|---|
com.microsoft.azure.storage.blob |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Flowable<ByteBuffer> |
DownloadResponse.body(RetryReaderOptions options)
Constructs a new
RetryReader stream for reliably reading data if desired (if options != null and
options.maxRetryRequests > 0 . |
Constructor and Description |
---|
RetryReader(io.reactivex.Single<? extends com.microsoft.rest.v2.RestResponse<?,io.reactivex.Flowable<ByteBuffer>>> initialResponse,
RetryReader.HTTPGetterInfo info,
RetryReaderOptions options,
Function<RetryReader.HTTPGetterInfo,io.reactivex.Single<? extends com.microsoft.rest.v2.RestResponse<?,io.reactivex.Flowable<ByteBuffer>>>> getter) |
This documentation was released into the public domain.