public final class Cookie
private final String
name
value
domain
path
private final Boolean
secure
httpOnly
Cookie(String name, String value, String domain, String path, Boolean secure, Boolean httpOnly)
final String
getName()
getValue()
getDomain()
getPath()
final Boolean
getSecure()
getHttpOnly()
final JSONObject
toJson()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final String getValue()
final String getDomain()
final String getPath()
final Boolean getSecure()
final Boolean getHttpOnly()
final JSONObject toJson()