public final class HttpCookie
private final String
name
value
private final Long
maxAge
private final Boolean
secure
HttpCookie(String name, String value, Long maxAge, Boolean secure)
final String
getName()
getValue()
final Long
getMaxAge()
final Boolean
getSecure()
final HttpCookie
delete()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getName()
final String getValue()
final Long getMaxAge()
final Boolean getSecure()
final HttpCookie delete()