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.Token
CookieParser.domain
Used to store the$Domain
values.private CookieParser.Token
CookieParser.name
Used to store the name of theCookie
.private CookieParser.Token
CookieParser.path
Used to store the$Path
values.private CookieParser.Token
CookieParser.value
Used to store the value of theCookie
.