Package org.eclipse.jetty.util
Class HttpCookieStore
java.lang.Object
org.eclipse.jetty.util.HttpCookieStore
- All Implemented Interfaces:
CookieStore
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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) Deprecated.Deprecated.Deprecated.getURIs()Deprecated.static List<HttpCookie> matchPath(URI uri, List<HttpCookie> cookies) Deprecated.booleanremove(URI uri, HttpCookie cookie) Deprecated.booleanDeprecated.
-
Constructor Details
-
HttpCookieStore
public HttpCookieStore()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
-
matchPath
Deprecated.
-