| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
case class HTTPCookie(val name : String, val value : Box[String], val domain : Box[String], val path : Box[String], val maxAge : Box[Int], val version : Box[Int], val secure_? : Box[Boolean])
extends
Cloneable with Product
def this(name : String, value : Box[String], domain : Box[String], path : Box[String], maxAge : Box[Int], version : Box[Int], secure_? : Box[Boolean])
|
| productArity.. |
override def productArity
|
Int | |
| productPrefix.. |
override def productPrefix
|
String |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
override def clone
|
HTTPCookie | |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
override def equals(arg0 : Any)
|
Boolean | |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
override def hashCode
|
Int | |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| productElement.. |
override def productElement(arg0 : Int)
|
Any | |
| setDomain.. |
def setDomain(newDomain : String)
Returns a new HTTPCookie that preserve existing member values but sets the cookie domain to newDomain
[details]
|
HTTPCookie | |
| setMaxAge.. |
def setMaxAge(newMaxAge : Int)
Returns a new HTTPCookie that preserve existing member values but sets the cookie maxAge to newVMaxAge
[details]
|
HTTPCookie | |
| setPath.. |
def setPath(newPath : String)
Returns a new HTTPCookie that preserve existing member values but sets the cookie path to newPath
[details]
|
HTTPCookie | |
| setSecure.. |
def setSecure(newSecure : Boolean)
Returns a new HTTPCookie that preserve existing member values but sets the cookie secure flag to newSecure
[details]
|
HTTPCookie | |
| setValue.. |
def setValue(newValue : String)
Returns a new HTTPCookie that preserve existing member values but sets the cookie value to newValue
[details]
|
HTTPCookie | |
| setVersion.. |
def setVersion(newVersion : Int)
Returns a new HTTPCookie that preserve existing member values but sets the cookie version to newVersion
[details]
|
HTTPCookie | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toString.. |
override def toString
|
String | |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |