Uses of Class
org.simpleframework.http.parse.CookieParser.Token
-
Packages that use CookieParser.Token Package Description org.simpleframework.http.parse -
-
Uses of CookieParser.Token in org.simpleframework.http.parse
Fields in org.simpleframework.http.parse declared as CookieParser.Token Modifier and Type Field Description private 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.
-