Class RFC6265SetCookieParser

java.lang.Object
org.eclipse.jetty.http.RFC6265SetCookieParser
All Implemented Interfaces:
SetCookieParser

public class RFC6265SetCookieParser extends Object implements SetCookieParser

A parser for Set-Cookie header values following RFC 6265.

White spaces around cookie name and value, and around attribute name and value, are permitted but stripped. Cookie values and attribute values may be quoted with double-quotes.