public class CookieParser extends Object
A parser for "Cookie" headers.
Class HttpCookie parses "Set-Cookie" headers, which have a different format,
and Servlet's Cookie class does not have parsing facilities.
public static List<HttpCookie> parse(String header) throws ParseException
ParseExceptionCopyright © 2008–2015 Dojo Foundation. All rights reserved.