Uses of Class
io.helidon.common.http.SetCookie
Packages that use SetCookie
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
A reactive client for rest calls.
-
Uses of SetCookie in io.helidon.common.http
Methods in io.helidon.common.http that return SetCookieModifier and TypeMethodDescriptionSetCookie.Builder.build()static SetCookieCreates new instance.static SetCookieParses new instance ofSetCookiefrom the String representation.Methods in io.helidon.common.http with parameters of type SetCookie -
Uses of SetCookie in io.helidon.reactive.webclient
Methods in io.helidon.reactive.webclient that return types with arguments of type SetCookieModifier and TypeMethodDescriptionWebClientResponseHeaders.setCookies()ReturnsSetCookieheader of the response.