Class Cookies

java.lang.Object
org.eclipse.jetty.server.Cookies
All Implemented Interfaces:
CookieParser.Handler

public class Cookies extends Object implements CookieParser.Handler
Cookie parser

Optimized stateful cookie parser. Cookies fields are added with the addCookieField(String) method and parsed on the next subsequent call to getCookies(). If the added fields are identical to those last added (as strings), then the cookies are not re parsed.