Packages

class ContentCoding extends HasQValue with Ordered[ContentCoding] with Renderable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ContentCoding
  2. Renderable
  3. Ordered
  4. Comparable
  5. HasQValue
  6. AnyRef
  7. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def <(that: ContentCoding): Boolean
    Definition Classes
    Ordered
  2. def <=(that: ContentCoding): Boolean
    Definition Classes
    Ordered
  3. def >(that: ContentCoding): Boolean
    Definition Classes
    Ordered
  4. def >=(that: ContentCoding): Boolean
    Definition Classes
    Ordered
  5. val coding: String
  6. def compare(other: ContentCoding): Int
    Definition Classes
    ContentCoding → Ordered
  7. def compareTo(that: ContentCoding): Int
    Definition Classes
    Ordered → Comparable
  8. def equals(o: Any): Boolean
    Definition Classes
    ContentCoding → AnyRef → Any
  9. def hashCode(): Int
    Definition Classes
    ContentCoding → AnyRef → Any
  10. def matches(encoding: ContentCoding): Boolean
  11. val qValue: QValue
    Definition Classes
    ContentCodingHasQValue
  12. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    ContentCodingRenderable
  13. def renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    Renderable
  14. def toString(): String
    Definition Classes
    ContentCodingRenderable → AnyRef → Any
  15. def withQValue(q: QValue): ContentCoding
    Definition Classes
    ContentCodingHasQValue

Shadowed Implicit Value Members

  1. def <(that: ContentCoding): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: ContentCoding): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: ContentCoding): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: ContentCoding): Boolean
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: ContentCoding): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: ContentCoding): Int
    Implicit
    This member is added by an implicit conversion from ContentCoding to Ordered[ContentCoding] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (contentCoding: Ordered[ContentCoding]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Deprecated Value Members

  1. def satisfiedBy(encoding: ContentCoding): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Use Accept-Encoding.isSatisfiedBy(encoding)

  2. def satisfies(encoding: ContentCoding): Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 0.16.1) Use Accept-Encoding.isSatisfiedBy(encoding)