Package org.forgerock.http.header
Processes HTTP message header fields.
-
Class Summary Class Description AbstractSetCookieHeader An abstract SetCookieHeader class forSetCookieHeader
andSetCookie2Header
.AcceptApiVersionHeader Processes theAccept-API-Version
message header.AcceptLanguageHeader A header class representing the Accept-Language HTTP header.AuthorizationHeader A header class representing theAuthorization
HTTP header.AuthorizationHeader.Factory A factory for creatingAuthorizationHeader
instances.ConnectionHeader Processes theConnection
message header.ContentApiVersionHeader Processes theContent-API-Version
message header.ContentEncodingHeader Processes theContent-Encoding
message header.ContentLengthHeader Processes theContent-Length
message header.ContentTypeHeader Processes theContent-Type
message header.CookieHeader Processes theCookie
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 ofHeader
classes from String representation.HeaderUtil Utility class for processing values in HTTP header fields.LocationHeader Processes theLocation
message header.ReferrerHeader AHeader
representation of theReferrer
HTTP header.SetCookie2Header Processes theSet-Cookie2
request message header, defined in RFC 2965.SetCookieHeader Processes theSet-Cookie
request message header.TransactionIdHeader Processes the transactionId header used mainly for audit purpose.Warning WarningHeader
entry.WarningHeader Processes theWarning
message header.WwwAuthenticateHeader AHeader
representation of the WWW-Authenticate HTTP header.WwwAuthenticateHeader.Challenge A single WWW-Authenticate challenge. -
Exception Summary Exception Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation.