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.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
.
-