public class CookieKey extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CookieKey |
from(DeserializableCookie cookie) |
static CookieKey |
from(String domain,
String name,
String path) |
int |
hashCode() |
boolean |
matches(DeserializableCookie cookie) |
String |
toString() |
public final String domain
public final String name
public final String path
public static CookieKey from(@Nullable String domain, @Nullable String name, @Nullable String path)
public static CookieKey from(DeserializableCookie cookie)
public boolean matches(DeserializableCookie cookie)
Copyright © 2016–2018. All rights reserved.