Class ResponseCookie.Builder
java.lang.Object
com.soklet.ResponseCookie.Builder
- Enclosing class:
ResponseCookie
Builder used to construct instances of
ResponseCookie via ResponseCookie.withName(String)
or ResponseCookie.with(String, String).
This class is intended for use by a single thread.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionbuild()partitioned(@Nullable Boolean partitioned) priority(@Nullable ResponseCookie.Priority priority) sameSite(@Nullable ResponseCookie.SameSite sameSite)
-
Method Details
-
name
-
value
-
maxAge
-
expires
-
domain
-
path
-
secure
-
httpOnly
-
sameSite
-
priority
-
partitioned
-
build
-