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 -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(URI uri, HttpCookie cookie) Deprecated.Deprecated.Deprecated.getURIs()Deprecated.booleanremove(URI uri, HttpCookie cookie) Deprecated.booleanDeprecated.
-
Constructor Details
-
Empty
public Empty()Deprecated.
-
-
Method Details
-
add
Deprecated.- Specified by:
addin interfaceCookieStore
-
get
Deprecated.- Specified by:
getin interfaceCookieStore
-
getCookies
Deprecated.- Specified by:
getCookiesin interfaceCookieStore
-
getURIs
Deprecated.- Specified by:
getURIsin interfaceCookieStore
-
remove
Deprecated.- Specified by:
removein interfaceCookieStore
-
removeAll
public boolean removeAll()Deprecated.- Specified by:
removeAllin interfaceCookieStore
-