Null

object Null extends CookieStore

A cookie store that effectively does nothing.

It does not add cookies with put, nor does it retrieve any with get.

class Object
trait Matchable
class Any

Value members

Concrete methods

def clear(expiredOnly: Boolean): Null

Does nothing; returns this.

Does nothing; returns this.

def get(target: Uri): Seq[PlainCookie]

Returns Nil.

Returns Nil.

Returns Nil.

Returns Nil.

def put(target: Uri, cookies: Seq[SetCookie]): Null

Does nothing; returns this.

Does nothing; returns this.

override
def put(target: Uri, one: SetCookie, more: SetCookie*): Null

Does nothing; returns this.

Does nothing; returns this.

Definition Classes
def size: Int

Returns 0.

Returns 0.