com.twitter.finagle.http

Cookie

Related Doc: package http

class Cookie extends AnyRef

Scala wrapper around Netty cookies.

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

Instance Constructors

  1. new Cookie(name: String, value: String)

  2. new Cookie(underlying: org.jboss.netty.handler.codec.http.Cookie)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def comment: String

  7. def commentUrl: String

  8. def commentUrl_=(commentUrl: String): Unit

  9. def comment_=(comment: String): Unit

  10. def domain: String

  11. def domain_=(domain: String): Unit

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(obj: Any): Boolean

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

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

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

    Definition Classes
    Cookie → AnyRef → Any
  17. def httpOnly: Boolean

  18. def httpOnly_=(httpOnly: Boolean): Unit

  19. def isDiscard: Boolean

  20. def isDiscard_=(discard: Boolean): Unit

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isSecure: Boolean

  23. def isSecure_=(secure: Boolean): Unit

  24. def maxAge: Duration

  25. def maxAge_=(maxAge: Duration): Unit

  26. def name: String

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def path: String

  31. def path_=(path: String): Unit

  32. def ports: Set[Int]

  33. def ports_=(ports: Seq[Int]): Unit

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def value: String

  37. def value_=(value: String): Unit

  38. def version: Int

  39. def version_=(version: Int): Unit

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped