Packages

object Header

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

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. def accept(mediaRanges: String): Header
  5. def acceptCharset(charsetRanges: String): Header
  6. def acceptEncoding(encodingRanges: String): Header
  7. def accessControlAllowCredentials(allow: Boolean): Header
  8. def accessControlAllowHeaders(headerNames: String*): Header
  9. def accessControlAllowMethods(methods: Method*): Header
  10. def accessControlAllowOrigin(originRange: String): Header
  11. def accessControlExposeHeaders(headerNames: String*): Header
  12. def accessControlMaxAge(deltaSeconds: Long): Header
  13. def accessControlRequestHeaders(headerNames: String*): Header
  14. def accessControlRequestMethod(method: Method): Header
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def authorization(authType: String, credentials: String): Header
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  18. def contentEncoding(encoding: String): Header
  19. def contentLength(length: Long): Header
  20. def contentType(mediaType: MediaType): Header
  21. def cookie(firstCookie: Cookie, otherCookies: Cookie*): Header
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def etag(tag: String): Header
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def notValidated(name: String, value: String): Header
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def proxyAuthorization(authType: String, credentials: String): Header
  33. def safeApply(name: String, value: String): Either[String, Header]
  34. def setCookie(cookie: CookieWithMeta): Header
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def unapply(h: Header): Option[(String, String)]
  38. def unsafeApply(name: String, value: String): Header

    Exceptions thrown

    IllegalArgumentException If the header name contains illegal characters.

  39. def userAgent(userAgent: String): Header
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. def xForwardedFor(firstAddress: String, otherAddresses: String*): Header

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped