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