| Modifier and Type | Method and Description |
|---|---|
static CookieKey |
CookieKey.from(DeserializableCookie cookie) |
static CookieKey |
CookieKey.from(String domain,
String name,
String path) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<DeserializableCookie> |
CookieCollection.makeCookieList(Function<? super CookieKey,Comparator<? super DeserializableCookie>> orderingFactory)
Creates a list of cookies with unique domain/name/path triplets.
|
Copyright © 2016–2018. All rights reserved.