Class CookieCache

java.lang.Object
org.eclipse.jetty.http.CookieCache
All Implemented Interfaces:
CookieParser.Handler

public class CookieCache extends Object implements CookieParser.Handler
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.