object HttpRangeReader
The companion object of HttpRangeReader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpRangeReader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(url: URL): HttpRangeReader
Returns a new instance of HttpRangeReader.
Returns a new instance of HttpRangeReader.
- returns
A new instance of HttpRangeReader.
- def apply(uri: URI): HttpRangeReader
- def apply(address: String): HttpRangeReader
- def withoutHeadRequest(uri: URI): HttpRangeReader
- def withoutHeadRequest(address: String): HttpRangeReader
-
def
withoutHeadRequest(url: URL): HttpRangeReader
Returns a new instance of HttpRangeReader which does not use HEAD to determine the totalLength.
Returns a new instance of HttpRangeReader which does not use HEAD to determine the totalLength.
- returns
A new instance of HttpRangeReader.