Uses of Class
org.logdoc.fairhttp.service.http.Http.SameSite
-
Packages that use Http.SameSite Package Description org.logdoc.fairhttp.service.http -
-
Uses of Http.SameSite in org.logdoc.fairhttp.service.http
Methods in org.logdoc.fairhttp.service.http that return Http.SameSite Modifier and Type Method Description Http.SameSiteHttp.Cookie. getSameSite()static Http.SameSiteHttp.SameSite. valueOf(String name)Returns the enum constant of this type with the specified name.static Http.SameSite[]Http.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 Http.SameSite Modifier and Type Method Description voidHttp.Cookie. setSameSite(Http.SameSite sameSite)Http.CookieBuilderHttp.CookieBuilder. withSameSite(Http.SameSite sameSite)Constructors in org.logdoc.fairhttp.service.http with parameters of type Http.SameSite Constructor Description Cookie(String name, String value, Integer maxAge, String path, String domain, boolean secure, boolean httpOnly, Http.SameSite sameSite)
-