Package org.eclipse.jetty.util
Class HttpCookieStore.Empty
java.lang.Object
org.eclipse.jetty.util.HttpCookieStore.Empty
- All Implemented Interfaces:
CookieStore
- Enclosing class:
- HttpCookieStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(URI uri, HttpCookie cookie) getURIs()
boolean
remove
(URI uri, HttpCookie cookie) boolean
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
add
- Specified by:
add
in interfaceCookieStore
-
get
- Specified by:
get
in interfaceCookieStore
-
getCookies
- Specified by:
getCookies
in interfaceCookieStore
-
getURIs
- Specified by:
getURIs
in interfaceCookieStore
-
remove
- Specified by:
remove
in interfaceCookieStore
-
removeAll
public boolean removeAll()- Specified by:
removeAll
in interfaceCookieStore
-