Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
Modifier and Type | Method and Description |
---|---|
static SetCookie2Header |
SetCookie2Header.valueOf(List<String> values)
Constructs a new header, initialized from the specified list of
Set-Cookie2 values. |
static SetCookie2Header |
SetCookie2Header.valueOf(Response response)
Constructs a new header, initialized from the specified response message.
|
static SetCookie2Header |
SetCookie2Header.valueOf(String value)
Constructs a new header, initialized from the specified string value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.