Class CookieCache

All Implemented Interfaces:
Iterable<HttpCookie>, Collection<HttpCookie>, List<HttpCookie>, ComplianceViolation.Listener, CookieParser.Handler

public class CookieCache extends AbstractList<HttpCookie> implements CookieParser.Handler, ComplianceViolation.Listener
Cookie parser

Optimized stateful cookie parser. If the added fields are identical to those last added (as strings), then the cookies are not re-parsed.