Uses of Class
org.simpleframework.http.parse.CookieParser.Token
Packages that use CookieParser.Token
-
Uses of CookieParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as CookieParser.TokenModifier and TypeFieldDescriptionprivate CookieParser.TokenCookieParser.domainUsed to store the$Domainvalues.private CookieParser.TokenCookieParser.nameUsed to store the name of theCookie.private CookieParser.TokenCookieParser.pathUsed to store the$Pathvalues.private CookieParser.TokenCookieParser.valueUsed to store the value of theCookie.