Uses of Class
com.teamdev.jxbrowser.cookie.Cookie.Builder
Packages that use Cookie.Builder
-
Uses of Cookie.Builder in com.teamdev.jxbrowser.cookie
Methods in com.teamdev.jxbrowser.cookie that return Cookie.BuilderModifier and TypeMethodDescriptionCookie.Builder.creationTime(Timestamp creationTime) Sets the cookie creation time.Cookie.Builder.expirationTime(Timestamp expirationTime) Sets the cookie expiration time.Cookie.Builder.httpOnly(boolean httpOnly) Specifies whether the cookie is considered HTTP only.Sets the cookie name.static Cookie.BuilderCookie.newBuilder(String domain) Creates a newCookiebuilder.Sets the cookie path.Sets the SameSite cookie attribute value that allows you to declare if your cookie should be restricted to a first-party or same-site context.Cookie.Builder.secure(boolean secure) Specifies whether the cookie is restricted to a secure protocol (HTTPS or WSS) or it can be sent using any protocol.Sets the cookie value.