Package org.forgerock.http.header
Processes HTTP message header fields.
- 
Class Summary Class Description AbstractSetCookieHeader An abstract SetCookieHeader class forSetCookieHeaderandSetCookie2Header.AcceptApiVersionHeader Processes theAccept-API-Versionmessage header.AcceptLanguageHeader A header class representing the Accept-Language HTTP header.AuthorizationHeader A header class representing theAuthorizationHTTP header.AuthorizationHeader.Factory A factory for creatingAuthorizationHeaderinstances.ConnectionHeader Processes theConnectionmessage header.ContentApiVersionHeader Processes theContent-API-Versionmessage header.ContentEncodingHeader Processes theContent-Encodingmessage header.ContentLengthHeader Processes theContent-Lengthmessage header.ContentTypeHeader Processes theContent-Typemessage header.CookieHeader Processes theCookierequest message header.Directive Represents the name/value pair of a HTTP header directives.ForwardedHeader AHeaderrepresentation of theForwardedHTTP header.ForwardedHeader.Hop This class represents a request's hop detail.GenericHeader An undecoded HTTP message header.HeaderFactory<H extends Header> Creates instances ofHeaderclasses from String representation.HeaderUtil Utility class for processing values in HTTP header fields.LocationHeader Processes theLocationmessage header.ReferrerHeader AHeaderrepresentation of theReferrerHTTP 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-Cookierequest message header.TrailerHeader AHeaderrepresentation of theTrailerHTTP response header.TransactionIdHeader Processes the transactionId header used mainly for audit purpose.Warning WarningHeaderentry.WarningHeader Processes theWarningmessage header.WwwAuthenticateHeader AHeaderrepresentation of the WWW-Authenticate HTTP header.WwwAuthenticateHeader.Challenge A single WWW-Authenticate challenge.XForwardedForHeader Processes theX-Forwarded-Formessage header.
- 
Exception Summary Exception Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeaderimplementation.