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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(URI uri, HttpCookie cookie) getURIs()
static List<HttpCookie>
matchPath
(URI uri, List<HttpCookie> cookies) boolean
remove
(URI uri, HttpCookie cookie) boolean
-
Constructor Details
-
HttpCookieStore
public HttpCookieStore()
-
-
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
-
matchPath
-