Uses of Class
org.logdoc.fairhttp.service.http.Cookie.SameSite
-
Packages that use Cookie.SameSite Package Description org.logdoc.fairhttp.service.http -
-
Uses of Cookie.SameSite in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http that return Cookie.SameSite Modifier and Type Method Description Cookie.SameSiteCookie. getSameSite()static Cookie.SameSiteCookie.SameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static Cookie.SameSite[]Cookie.SameSite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.logdoc.fairhttp.service.http with parameters of type Cookie.SameSite Modifier and Type Method Description voidCookie. setSameSite(Cookie.SameSite sameSite)Cookie.BuilderCookie.Builder. withSameSite(Cookie.SameSite sameSite)Constructors in org.logdoc.fairhttp.service.http with parameters of type Cookie.SameSite Constructor Description Cookie(String name, String value, Integer maxAge, String path, String domain, boolean secure, boolean httpOnly, Cookie.SameSite sameSite)
-