CookieHolder

olon.http.S.CookieHolder
case class CookieHolder(inCookies: List[HTTPCookie], outCookies: List[HTTPCookie])

The CookieHolder class holds information about cookies to be sent during the session, as well as utility methods for adding and deleting cookies. It is used internally.

Attributes

See also
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def delete(name: String): CookieHolder

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product