- All Superinterfaces:
InboundCookies
Represents mutable outbound HTTP cookies.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> OutboundCookiesAdds a cookie.default <T> OutboundCookiesAdds a cookie.<T> OutboundCookiesAdds a cookie.
-
Method Details
-
addCookie
Adds a cookie.
- Type Parameters:
T- the value type- Parameters:
name- the namevalue- the value- Returns:
- the outbound cookies
-
addCookie
Adds a cookie.
- Type Parameters:
T- the value type- Parameters:
name- the namevalue- the valuetype- the value type- Returns:
- the outbound cookies
-
addCookie
Adds a cookie.
- Type Parameters:
T- the value type- Parameters:
name- the namevalue- the valuetype- the value type- Returns:
- the outbound cookies
-