Package org.analogweb
Interface Cookies.Cookie
-
- All Known Implementing Classes:
DefaultCookie
- Enclosing interface:
- Cookies
public static interface Cookies.Cookie
A Cookie.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getComment()
String
getDomain()
int
getMaxAge()
String
getName()
String
getPath()
String
getValue()
int
getVersion()
boolean
isSecure()
-