Uses of Class
org.forgerock.http.header.SetCookie2Header
-
Packages that use SetCookie2Header Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of SetCookie2Header in org.forgerock.http.header
Methods in org.forgerock.http.header that return SetCookie2Header Modifier and Type Method Description static SetCookie2Header
SetCookie2Header. valueOf(String value)
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified string value.static SetCookie2Header
SetCookie2Header. valueOf(List<String> values)
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified list ofSet-Cookie2
values.static SetCookie2Header
SetCookie2Header. valueOf(Response response)
Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new header, initialized from the specified response message.
-