Uses of Class
org.forgerock.http.protocol.Header
Packages that use 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
Classes in org.forgerock.http.header with type parameters of type HeaderModifier and TypeClassDescriptionclassHeaderFactory<H extends Header>Creates instances ofHeaderclasses from String representation.Subclasses of Header in org.forgerock.http.headerModifier and TypeClassDescriptionclassAn abstract SetCookieHeader class forSetCookieHeaderandSetCookie2Header.final classProcesses theAccept-API-Versionmessage header.final classA header class representing the Accept-Language HTTP header.classA header class representing theAuthorizationHTTP header.classProcesses theConnectionmessage header.final classProcesses theContent-API-Versionmessage header.classProcesses theContent-Encodingmessage header.classProcesses theContent-Lengthmessage header.classProcesses theContent-Typemessage header.classProcesses theCookierequest message header.classAHeaderrepresentation of theForwardedHTTP header.classAn undecoded HTTP message header.final classProcesses theLocationmessage header.classAHeaderrepresentation of theReferrerHTTP header.classDeprecated, for removal: This API element is subject to removal in a future version.This header is no longer supported by browsers.classProcesses theSet-Cookierequest message header.classAHeaderrepresentation of theTrailerHTTP response header.final classProcesses the transactionId header used mainly for audit purpose.final classProcesses theWarningmessage header.classAHeaderrepresentation of the WWW-Authenticate HTTP header.final classProcesses theX-Forwarded-Formessage header.Fields in org.forgerock.http.header with type parameters of type Header -
Uses of Header in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol with type parameters of type HeaderModifier and TypeMethodDescription<H extends Header>
HReturns the specifiedHeaderor {code null} if the header is not included in the message.Methods in org.forgerock.http.protocol that return HeaderModifier 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 particularHeaderinstance.Rich-type friendly remove method.Methods in org.forgerock.http.protocol that return types with arguments of type HeaderModifier and TypeMethodDescriptionHeaders.asMapOfHeaders()TheHeadersclass extendsMap<String, Object>to support flexible parameters in scripting.Methods in org.forgerock.http.protocol with parameters of type HeaderModifier and TypeMethodDescriptionvoidAn add method to add a particularHeaderinstance.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 particularHeaderinstance.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.Method parameters in org.forgerock.http.protocol with type arguments of type Header