eu.shiftforward.apso.io
A InputStream that wraps another InputStream, retrying failed reads. This is useful for input streams that can have transient failures (eg HTTP input streams).
function that returns a new stream.
maximum number of times to retry a read
optional duration to wait between retries
A InputStream that wraps another InputStream, retrying failed reads. This is useful for input streams that can have transient failures (eg HTTP input streams).