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 and Description |
|---|---|
static java.util.List<java.net.HttpCookie> |
parse(java.lang.String header) |
Copyright © 2008–2019 The CometD Project. All rights reserved.