com.twitter.finagle.http

Cookie

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

  9. def commentUrl: String

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

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

  12. def domain: String

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

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

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

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

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

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

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

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

  21. def isDiscard: Boolean

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

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isSecure: Boolean

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

  26. def maxAge: Duration

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

  28. def name: String

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

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

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

    Definition Classes
    AnyRef
  32. def path: String

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

  34. def ports: Set[Int]

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

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

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def value: String

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

  40. def version: Int

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

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped