- All Superinterfaces:
InboundCookies
Represents mutable outbound HTTP cookies.
- Since:
- 1.6
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<T> OutboundCookies
Adds a cookie.default <T> OutboundCookies
Adds a cookie.<T> OutboundCookies
Adds 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
-