object HttpRangeReader

The companion object of HttpRangeReader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRangeReader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(url: URL): HttpRangeReader

    Returns a new instance of HttpRangeReader.

    Returns a new instance of HttpRangeReader.

    returns

    A new instance of HttpRangeReader.

  2. def apply(uri: URI): HttpRangeReader
  3. def apply(address: String): HttpRangeReader
  4. def withoutHeadRequest(uri: URI): HttpRangeReader
  5. def withoutHeadRequest(address: String): HttpRangeReader
  6. 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.