Package org.miaixz.bus.http
Class Cookie.Builder
java.lang.Object
org.miaixz.bus.http.Cookie.Builder
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
-
value
-
expiresAt
-
domain
Set the domain pattern for this cookie. The cookie will matchdomainand all of its subdomains. -
hostOnlyDomain
Set the host-only domain for this cookie. The cookie will matchdomainbut none of its subdomains. -
path
-
secure
-
httpOnly
-
build
-