Packages

sealed abstract case class HttpCookiePair extends javadsl.model.headers.HttpCookiePair with ToStringRenderable with Product with Serializable

for a full definition of the http cookie header fields, see http://tools.ietf.org/html/rfc6265 This class is sealed abstract to prevent generation of default apply method in companion

Source
HttpCookie.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpCookiePair
  2. Serializable
  3. Product
  4. Equals
  5. ToStringRenderable
  6. Renderable
  7. HttpCookiePair
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val name: String
    Definition Classes
    HttpCookiePairHttpCookiePair
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def render[R <: Rendering](r: R): r.type
    Definition Classes
    HttpCookiePair → Renderable
  4. def toCookie(): HttpCookie

    Converts this cookie pair into an HttpCookie to be used with the Set-Cookie header.

    Converts this cookie pair into an HttpCookie to be used with the Set-Cookie header.

    Definition Classes
    HttpCookiePairHttpCookiePair
  5. def toString(): String
    Definition Classes
    ToStringRenderable → AnyRef → Any
  6. val value: String
    Definition Classes
    HttpCookiePairHttpCookiePair