Uses of Class
com.soklet.core.ResponseCookie
Packages that use ResponseCookie
-
Uses of ResponseCookie in com.soklet.core
Methods in com.soklet.core that return ResponseCookieMethods in com.soklet.core that return types with arguments of type ResponseCookieModifier and TypeMethodDescriptionstatic Optional<ResponseCookie> ResponseCookie.fromSetCookieHeaderRepresentation(String setCookieHeaderRepresentation) Given aSet-Cookieheader representation, provide aResponseCookiethat 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.core 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)