net.liftweb.http.provider.HTTPCookie

class HTTPCookie

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


Repersents an immutable representation of an HTTP Cookie


Companion: HTTPCookie

Source: HTTPCookie.scala(33)

 Constructors

def this(name : String, value : Box[String], domain : Box[String], path : Box[String], maxAge : Box[Int], version : Box[Int], secure_? : Box[Boolean])

 Fields

productArity.. override def productArity Int
productPrefix.. override def productPrefix String

 Methods

!=.. 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]
param
newDomain - - the new cookie domain
return
- HTTPCookie
HTTPCookie
setMaxAge.. def setMaxAge(newMaxAge : Int)
Returns a new HTTPCookie that preserve existing member values but sets the cookie maxAge to newVMaxAge [details]
param
newMaxAge - - the new cookie maxAge
return
- HTTPCookie
HTTPCookie
setPath.. def setPath(newPath : String)
Returns a new HTTPCookie that preserve existing member values but sets the cookie path to newPath [details]
param
newPath - - the new cookie path
return
- HTTPCookie
HTTPCookie
setSecure.. def setSecure(newSecure : Boolean)
Returns a new HTTPCookie that preserve existing member values but sets the cookie secure flag to newSecure [details]
param
newSecure - - the new cookie secure flag
return
- HTTPCookie
HTTPCookie
setValue.. def setValue(newValue : String)
Returns a new HTTPCookie that preserve existing member values but sets the cookie value to newValue [details]
param
newValue - - the new cookie value
return
- HTTPCookie
HTTPCookie
setVersion.. def setVersion(newVersion : Int)
Returns a new HTTPCookie that preserve existing member values but sets the cookie version to newVersion [details]
param
newVersion - - the new cookie version
return
- HTTPCookie
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
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.