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 @NonNull Optional<ResponseCookie> ResponseCookie.fromSetCookieHeaderRepresentation(@Nullable String setCookieHeaderRepresentation) Given aSet-Cookieheader representation, provide aResponseCookiethat matches it.HandshakeResult.Accepted.getCookies()Returns the cookies explicitly specified when this handshake was accepted (which may be different from the finalized map of headers sent to the client).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 TypeMethodDescriptionHandshakeResult.Accepted.Builder.cookies(@Nullable Set<@NonNull ResponseCookie> cookies) Specifies custom response cookies to be sent with the handshake.MarshaledResponse.Builder.cookies(@Nullable Set<@NonNull ResponseCookie> cookies) MarshaledResponse.Copier.cookies(@Nullable Set<@NonNull ResponseCookie> cookies) Response.Builder.cookies(@Nullable Set<@NonNull ResponseCookie> cookies) Response.Copier.cookies(@Nullable Set<@NonNull ResponseCookie> cookies)