Uses of Class
io.helidon.common.http.SetCookie
-
Packages that use SetCookie Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.webserver Reactive web server API. -
-
Uses of SetCookie in io.helidon.common.http
Methods in io.helidon.common.http that return SetCookie Modifier and Type Method Description SetCookie
SetCookie.Builder. build()
static SetCookie
SetCookie. create(String name, String value)
Creates new instance. -
Uses of SetCookie in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type SetCookie Modifier and Type Method Description void
ResponseHeaders. addCookie(SetCookie cookie)
AddsSet-Cookie
header specified in RFC6265.
-