public class CookieValue extends Object
| Constructor and Description |
|---|
CookieValue(CookieKey key,
String value,
Date expiry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsWithoutExpiry(CookieValue other) |
String |
toString() |
public final CookieKey key
public final String value
public final Date expiry
public boolean equalsWithoutExpiry(CookieValue other)
Copyright © 2016. All rights reserved.