public class Cookies extends KeysAndValues<Cookie,Cookies>
Constructor and Description |
---|
Cookies(Cookie... cookies) |
Cookies(List<Cookie> cookies) |
Modifier and Type | Method and Description |
---|---|
Cookie |
build(NottableString name,
NottableString value) |
Cookies |
clone() |
getEntries, isEmpty, toCaseInsensitiveRegexMultiMap, toCaseInsensitiveRegexMultiMap, withEntries, withEntries, withEntry, withEntry, withEntry
toString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
public Cookies(Cookie... cookies)
public Cookie build(NottableString name, NottableString value)
build
in class KeysAndValues<Cookie,Cookies>
Copyright © 2018. All rights reserved.