io.shaka.http

HttpHeader

object HttpHeader

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpHeader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class unknownHeader(name: String) extends HttpHeader with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object ACCEPT extends HttpHeader with Product with Serializable

  5. object ACCEPT_CHARSET extends HttpHeader with Product with Serializable

  6. object ACCEPT_ENCODING extends HttpHeader with Product with Serializable

  7. object ACCEPT_LANGUAGE extends HttpHeader with Product with Serializable

  8. object ACCESS_CONTROL_ALLOW_ORIGIN extends HttpHeader with Product with Serializable

  9. object AUTHORIZATION extends HttpHeader with Product with Serializable

  10. object CACHE_CONTROL extends HttpHeader with Product with Serializable

  11. object CONTENT_DISPOSITION extends HttpHeader with Product with Serializable

  12. object CONTENT_ENCODING extends HttpHeader with Product with Serializable

  13. object CONTENT_LANGUAGE extends HttpHeader with Product with Serializable

  14. object CONTENT_LENGTH extends HttpHeader with Product with Serializable

  15. object CONTENT_LOCATION extends HttpHeader with Product with Serializable

  16. object CONTENT_TYPE extends HttpHeader with Product with Serializable

  17. object COOKIE extends HttpHeader with Product with Serializable

  18. object Content_MD5 extends HttpHeader with Product with Serializable

  19. object DATE extends HttpHeader with Product with Serializable

  20. object ETAG extends HttpHeader with Product with Serializable

  21. object EXPIRES extends HttpHeader with Product with Serializable

  22. object HOST extends HttpHeader with Product with Serializable

  23. object IF_MATCH extends HttpHeader with Product with Serializable

  24. object IF_MODIFIED_SINCE extends HttpHeader with Product with Serializable

  25. object IF_NONE_MATCH extends HttpHeader with Product with Serializable

  26. object IF_UNMODIFIED_SINCE extends HttpHeader with Product with Serializable

  27. object LAST_MODIFIED extends HttpHeader with Product with Serializable

  28. object LOCATION extends HttpHeader with Product with Serializable

  29. object SERVER extends HttpHeader with Product with Serializable

  30. object SET_COOKIE extends HttpHeader with Product with Serializable

  31. object TRANSFER_ENCODING extends HttpHeader with Product with Serializable

  32. object USER_AGENT extends HttpHeader with Product with Serializable

  33. object VARY extends HttpHeader with Product with Serializable

  34. object WWW_AUTHENTICATE extends HttpHeader with Product with Serializable

  35. object X_CORRELATION_ID extends HttpHeader with Product with Serializable

  36. object X_FORWARDED_FOR extends HttpHeader with Product with Serializable

  37. object X_FORWARDED_PROTO extends HttpHeader with Product with Serializable

  38. object X_VIA extends HttpHeader with Product with Serializable

  39. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  40. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. def httpHeader(name: String): Product with Serializable with HttpHeader

  47. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  48. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  49. final def notify(): Unit

    Definition Classes
    AnyRef
  50. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. val values: List[Product with Serializable with HttpHeader]

  54. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped