Interface HttpCookieStore

All Known Implementing Classes:
HttpCookieStore.Default, HttpCookieStore.Empty

public interface HttpCookieStore

A container for HttpCookies.

HTTP cookies are stored along with a URI via add(URI, HttpCookie) and retrieved via match(URI), which implements the path matching algorithm defined by RFC 6265.