Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer 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 ReferrerHeader |
ReferrerHeader.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 AuthorizationHeader |
AuthorizationHeader.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 | Interface and Description |
---|---|
interface |
Message<M extends Message<M>>
Elements common to requests and responses.
|
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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.