public class CookieParser
extends java.lang.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.
Modifier and Type | Method | Description |
---|---|---|
static java.util.List<java.net.HttpCookie> |
parse(java.lang.String header) |
Copyright © 2008–2017 The CometD Project. All rights reserved.