Class | Description |
---|---|
AbstractSetCookieHeader |
An abstract SetCookieHeader class for
SetCookieHeader and SetCookie2Header . |
AcceptApiVersionHeader |
Processes the
Accept-API-Version message header. |
AcceptLanguageHeader |
A header class representing the Accept-Language HTTP header.
|
AuthorizationHeader |
A header class representing the
Authorization HTTP header. |
AuthorizationHeader.Factory |
A factory for creating
AuthorizationHeader instances. |
ConnectionHeader |
Processes the
Connection message header. |
ContentApiVersionHeader |
Processes the
Content-API-Version message header. |
ContentEncodingHeader |
Processes the
Content-Encoding message header. |
ContentLengthHeader |
Processes the
Content-Length message header. |
ContentTypeHeader |
Processes the
Content-Type message header. |
CookieHeader |
Processes the
Cookie request message header. |
Directive |
Represents the name/value pair of a HTTP header directives.
|
GenericHeader |
An undecoded HTTP message header.
|
HeaderFactory<H extends Header> |
Creates instances of
Header classes from String representation. |
HeaderUtil |
Utility class for processing values in HTTP header fields.
|
LocationHeader |
Processes the
Location message header. |
ReferrerHeader |
A
Header representation of the Referrer HTTP header. |
SetCookie2Header |
Processes the
Set-Cookie2 request message header, defined in
RFC 2965. |
SetCookieHeader |
Processes the
Set-Cookie request message header. |
TransactionIdHeader |
Processes the transactionId header used mainly for audit purpose.
|
Warning |
WarningHeader entry. |
WarningHeader |
Processes the
Warning message header. |
WwwAuthenticateHeader |
A
Header representation of the WWW-Authenticate HTTP header. |
WwwAuthenticateHeader.Challenge |
A single WWW-Authenticate challenge.
|
Exception | Description |
---|---|
MalformedHeaderException |
Thrown when a header string cannot be parsed to a rich
Header implementation. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.