final case class ContentType(theType: String, subtype: String, order: Int, q: Box[Double], extension: List[(String, String)]) extends Ordered[ContentType] with Product with Serializable
Holds information about the content type and subtype including the q parameter and extension information.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ContentType
- Serializable
- Product
- Equals
- Ordered
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: ContentType): Boolean
- Definition Classes
- Ordered
- def <=(that: ContentType): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: ContentType): Boolean
- Definition Classes
- Ordered
- def >=(that: ContentType): Boolean
- Definition Classes
- Ordered
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compare(that: ContentType): Int
Compares this to another ContentType instance based on the q and if the q matches, compare based on specialization (* vs.
Compares this to another ContentType instance based on the q and if the q matches, compare based on specialization (* vs. explicit and then order.
- Definition Classes
- ContentType → Ordered
- def compareTo(that: ContentType): Int
- Definition Classes
- Ordered → Comparable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extension: List[(String, String)]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(contentType: (String, String)): Boolean
Does this ContentType match the String including wildcard support
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val order: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val q: Box[Double]
- val subtype: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val theType: String
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wildCard_?: Boolean
Is it a wildcard