Uses of Class
org.forgerock.http.protocol.Header
Package
Description
Processes HTTP message header fields.
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of Header in org.forgerock.http.header
Modifier and TypeClassDescriptionclass
HeaderFactory<H extends Header>
Creates instances ofHeader
classes from String representation.Modifier and TypeClassDescriptionclass
An abstract SetCookieHeader class forSetCookieHeader
andSetCookie2Header
.final class
Processes theAccept-API-Version
message header.final class
A header class representing the Accept-Language HTTP header.class
A header class representing theAuthorization
HTTP header.class
Processes theConnection
message header.final class
Processes theContent-API-Version
message header.class
Processes theContent-Encoding
message header.class
Processes theContent-Length
message header.class
Processes theContent-Type
message header.class
Processes theCookie
request message header.class
AHeader
representation of theForwarded
HTTP header.class
An undecoded HTTP message header.final class
Processes theLocation
message header.class
AHeader
representation of theReferrer
HTTP header.class
Deprecated, for removal: This API element is subject to removal in a future version.This header is no longer supported by browsers.class
Processes theSet-Cookie
request message header.class
AHeader
representation of theTrailer
HTTP response header.final class
Processes the transactionId header used mainly for audit purpose.final class
Processes theWarning
message header.class
AHeader
representation of the WWW-Authenticate HTTP header.final class
Processes theX-Forwarded-For
message header. -
Uses of Header in org.forgerock.http.protocol
Modifier and TypeMethodDescription<H extends Header>
HReturns the specifiedHeader
or {code null} if the header is not included in the message.Modifier and TypeMethodDescriptionRich-type friendly get method.A script compatible put method that will accept aHeader
,String
,Collection<String>
andString[]
value.A put method to add a particularHeader
instance.Rich-type friendly remove method.Modifier and TypeMethodDescriptionHeaders.asMapOfHeaders()
TheHeaders
class extendsMap<String, Object>
to support flexible parameters in scripting.Modifier and TypeMethodDescriptionvoid
An add method to add a particularHeader
instance.Message.addHeaders
(Header... headers) Add one or more headers to the message.MessageImpl.addHeaders
(Header... headers) Response.addTrailers
(Header... trailers) Add one or more trailers, aka trailing headers, to the response.A put method to add a particularHeader
instance.Message.putHeaders
(Header... headers) Put one or more headers to the message.MessageImpl.putHeaders
(Header... headers) Response.putTrailers
(Header... trailers) Put one or more trailers, aka trailing headers, to the response.