Package org.eclipse.jetty.util
Class HttpCookieStore
java.lang.Object
org.eclipse.jetty.util.HttpCookieStore
- All Implemented Interfaces:
CookieStore
Implementation of
CookieStore that delegates to an instance created by CookieManager
via CookieManager.getCookieStore().-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(URI uri, HttpCookie cookie) getURIs()static List<HttpCookie>matchPath(URI uri, List<HttpCookie> cookies) booleanremove(URI uri, HttpCookie cookie) boolean
-
Constructor Details
-
HttpCookieStore
public HttpCookieStore()
-
-
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
-
matchPath
-