Package org.eclipse.jetty.util
Class HttpCookieStore.Empty
- java.lang.Object
-
- org.eclipse.jetty.util.HttpCookieStore.Empty
-
- All Implemented Interfaces:
CookieStore
- Enclosing class:
- HttpCookieStore
@Deprecated(since="2021-05-27") public static class HttpCookieStore.Empty extends Object implements CookieStore
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description Empty()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(URI uri, HttpCookie cookie)Deprecated.List<HttpCookie>get(URI uri)Deprecated.List<HttpCookie>getCookies()Deprecated.List<URI>getURIs()Deprecated.booleanremove(URI uri, HttpCookie cookie)Deprecated.booleanremoveAll()Deprecated.
-
-
-
Method Detail
-
add
public void add(URI uri, HttpCookie cookie)
Deprecated.- Specified by:
addin interfaceCookieStore
-
get
public List<HttpCookie> get(URI uri)
Deprecated.- Specified by:
getin interfaceCookieStore
-
getCookies
public List<HttpCookie> getCookies()
Deprecated.- Specified by:
getCookiesin interfaceCookieStore
-
getURIs
public List<URI> getURIs()
Deprecated.- Specified by:
getURIsin interfaceCookieStore
-
remove
public boolean remove(URI uri, HttpCookie cookie)
Deprecated.- Specified by:
removein interfaceCookieStore
-
removeAll
public boolean removeAll()
Deprecated.- Specified by:
removeAllin interfaceCookieStore
-
-