Class ResponseCookie.Copier
java.lang.Object
com.soklet.ResponseCookie.Copier
- Enclosing class:
ResponseCookie
Builder used to copy instances of
ResponseCookie via ResponseCookie.copy().
This class is intended for use by a single thread.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionfinish()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
-
finish
-