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
ParseException
Copyright © 2008–2024 The CometD Project. All rights reserved.