Uses of Class
org.miaixz.bus.http.Cookie.Builder
Packages that use Cookie.Builder
-
Uses of Cookie.Builder in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Cookie.BuilderModifier and TypeMethodDescriptionSets the domain of the cookie, which will match the domain and its subdomains.Cookie.Builder.expiresAt(long expiresAt) Sets the expiration time of the cookie.Cookie.Builder.hostOnlyDomain(String domain) Sets the domain of the cookie to be host-only.Cookie.Builder.httpOnly()Sets the cookie to be HTTP-only.Sets the name of the cookie.Sets the path of the cookie.Cookie.Builder.secure()Sets the cookie to be secure (HTTPS only).Sets the value of the cookie.