TransferCodingRange

scamper.http.types.TransferCodingRange
See theTransferCodingRange companion object

Standardized type for TE header value.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def matches(coding: TransferCoding): Boolean

Tests whether range matches supplied transfer coding.

Tests whether range matches supplied transfer coding.

Attributes

def name: String

Gets coding name.

Gets coding name.

Attributes

def params: Map[String, String]

Gets coding parameters.

Gets coding parameters.

Attributes

def weight: Float

Gets coding weight.

Gets coding weight.

Attributes

Concrete methods

def isChunked: Boolean

Tests for chunked.

Tests for chunked.

Attributes

def isCompress: Boolean

Tests for compress.

Tests for compress.

Attributes

def isDeflate: Boolean

Tests for deflate.

Tests for deflate.

Attributes

def isGzip: Boolean

Tests for gzip.

Tests for gzip.

Attributes

def isTrailers: Boolean

Tests for trailers.

Tests for trailers.

Attributes

Concrete fields

lazy override val toString: String

Returns formatted range.

Returns formatted range.

Attributes