Uses of Package
org.forgerock.http.header
-
Packages that use org.forgerock.http.header Package Description org.forgerock.http.client This package contains the classes and interfaces related to the implementation of the HTTP client, and its use in scripted modules.org.forgerock.http.header Processes HTTP message header fields.org.forgerock.http.header.authorization Credentials classes for use with theAuthorizationHeader
.org.forgerock.http.oauth2 This package provides APIs for OAuth 2.0 services implementations.org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.util Miscellaneous utility classes. -
Classes in org.forgerock.http.header used by org.forgerock.http.client Class Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation. -
Classes in org.forgerock.http.header used by org.forgerock.http.header 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.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.HeaderFactory Creates instances ofHeader
classes from String representation.LocationHeader Processes theLocation
message header.MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation.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. -
Classes in org.forgerock.http.header used by org.forgerock.http.header.authorization Class Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation. -
Classes in org.forgerock.http.header used by org.forgerock.http.oauth2 Class Description WwwAuthenticateHeader AHeader
representation of the WWW-Authenticate HTTP header. -
Classes in org.forgerock.http.header used by org.forgerock.http.protocol Class Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation. -
Classes in org.forgerock.http.header used by org.forgerock.http.util Class Description MalformedHeaderException Thrown when a header string cannot be parsed to a richHeader
implementation.