Uses of Class
io.helidon.http.SetCookie
Packages that use SetCookie
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of SetCookie in io.helidon.http
Methods in io.helidon.http that return SetCookieModifier and TypeMethodDescriptionSetCookie.Builder.build()static SetCookieCreates new instance.static SetCookieParses new instance ofSetCookiefrom the String representation.Methods in io.helidon.http with parameters of type SetCookieModifier and TypeMethodDescriptionAddsSet-Cookieheader specified in RFC6265.static SetCookie.BuilderCreates a new fluent API builder using another cookie.default ServerResponseHeadersServerResponseHeaders.clearCookie(SetCookie setCookie) Clears a cookie by adding aSet-Cookieheader with an expiration date in the past.