Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
org.forgerock.http.protocol |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.filter.oauth2.client |
OAuth 2.0 Client filter implementation.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static OAuth2BearerWWWAuthenticateHeader |
OAuth2BearerWWWAuthenticateHeader.valueOf(Message message)
Constructs a new header, initialized from the specified message.
|
Copyright 2011-2015 ForgeRock AS.