Package com.linecorp.armeria.common
Interface Cookies
public interface Cookies extends Set<Cookie>
-
Method Summary
Modifier and Type Method Description static Cookies
empty()
Deprecated.Useof()
.static Cookies
of()
static Cookies
of(Cookie... cookies)
Creates an instance with a copy of the specified set ofCookie
s.static Cookies
of(Iterable<? extends Cookie> cookies)
Creates an instance with a copy of the specified set ofCookie
s.