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.ForwardedHeader AHeader
representation of theForwarded
HTTP header.ForwardedHeader.Hop This class represents a request's hop detail.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 Deprecated, for removal: This API element is subject to removal in a future version. This header is no longer supported by browsers.SetCookieHeader Processes theSet-Cookie
request message header.TrailerHeader AHeader
representation of theTrailer
HTTP response 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.XForwardedForHeader Processes theX-Forwarded-For
message header. -
Exception Summary Exception Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation.