Package | Description |
---|---|
org.forgerock.http.header | |
org.forgerock.http.protocol |
Modifier and Type | Method and Description |
---|---|
static List<String> |
HeaderUtil.parseMultiValuedHeader(Message message,
String name)
Parses the named header from the message as a multi-valued comma
separated value.
|
static String |
HeaderUtil.parseSingleValuedHeader(Message message,
String name)
Parses the named single-valued header from the message.
|
static WarningHeader |
WarningHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static LocationHeader |
LocationHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static ContentTypeHeader |
ContentTypeHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static ContentLengthHeader |
ContentLengthHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static ContentEncodingHeader |
ContentEncodingHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static ContentApiVersionHeader |
ContentApiVersionHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static ConnectionHeader |
ConnectionHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
static AcceptApiVersionHeader |
AcceptApiVersionHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageImpl<T extends MessageImpl<T>>
Abstract message base class.
|
class |
Request
A request message.
|
class |
Response
A response message.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.setEntity(Object o)
Sets the content of the entity to the provided value.
|
Message |
Message.setVersion(String version)
Sets the protocol version.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.