public static interface Http.Cookies extends Iterable<Http.Cookie>
Modifier and Type | Method and Description |
---|---|
Optional<Http.Cookie> |
get(String name) |
default Optional<Http.Cookie> |
getCookie(String name)
Deprecated.
Deprecated as of 2.8.0. Renamed to
get(String) |
forEach, iterator, spliterator
Optional<Http.Cookie> get(String name)
name
- Name of the cookie to retrieve@Deprecated default Optional<Http.Cookie> getCookie(String name)
get(String)
name
- Name of the cookie to retrieve