Null

scamper.http.cookies.CookieStore.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.

Attributes

Graph
Supertypes
trait CookieStore
class Object
trait Matchable
class Any
Self type
Null.type

Members list

Value members

Concrete methods

def clear(expiredOnly: Boolean): Null.type.this.type

Does nothing; returns this.

Does nothing; returns this.

Attributes

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

Returns Nil.

Returns Nil.

Attributes

Returns Nil.

Returns Nil.

Attributes

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

Does nothing; returns this.

Does nothing; returns this.

Attributes

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

Does nothing; returns this.

Does nothing; returns this.

Attributes

Definition Classes
def size: Int

Returns 0.

Returns 0.

Attributes