Uses of Class
com.soklet.ResponseCookie
Packages that use ResponseCookie
-
Uses of ResponseCookie in com.soklet
Methods in com.soklet that return ResponseCookieMethods in com.soklet that return types with arguments of type ResponseCookieModifier and TypeMethodDescriptionstatic Optional
<ResponseCookie> ResponseCookie.fromSetCookieHeaderRepresentation
(String setCookieHeaderRepresentation) Given aSet-Cookie
header representation, provide aResponseCookie
that matches it.MarshaledResponse.getCookies()
The HTTP cookies to write for this response.Response.getCookies()
The cookies to be written to the client for this response.Method parameters in com.soklet with type arguments of type ResponseCookieModifier and TypeMethodDescriptionMarshaledResponse.Builder.cookies
(Set<ResponseCookie> cookies) MarshaledResponse.Copier.cookies
(Consumer<Set<ResponseCookie>> cookiesConsumer) MarshaledResponse.Copier.cookies
(Set<ResponseCookie> cookies) Response.Builder.cookies
(Set<ResponseCookie> cookies) Response.Copier.cookies
(Consumer<Set<ResponseCookie>> cookiesConsumer) Response.Copier.cookies
(Set<ResponseCookie> cookies)