Uses of Class
org.forgerock.http.protocol.Headers
Packages that use Headers
Package
Description
Models and manages elements of the Hypertext Transfer Protocol.
Provides classes for managing cookies.
This package contains the classes classes and interfaces used in the services' implementations.
-
Uses of Headers in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return HeadersModifier and TypeMethodDescriptionMessage.getHeaders()Returns the headers.final HeadersMessageImpl.getHeaders()Response.getTrailers()Returns the trailers, aka trailing headers.Method parameters in org.forgerock.http.protocol with type arguments of type HeadersModifier and TypeMethodDescriptionMessage.modifyHeaders(Consumer<Headers> headersConsumer) Interact with theHeadersobject from theMessage.getHeaders()in a fluent way.MessageImpl.modifyHeaders(Consumer<Headers> headersConsumer) -
Uses of Headers in org.forgerock.openig.cookie
Methods in org.forgerock.openig.cookie with parameters of type HeadersModifier and TypeMethodDescriptionintSplitCookieService.assembleSplitRequestCookies(Headers requestHeaders) Assemble the split cookies into a single cookie (if any).voidSplitCookieService.splitResponseCookie(int previousPartCount, Headers responseHeaders) Split the response cookie if it is too big. -
Uses of Headers in org.forgerock.services
Methods in org.forgerock.services with parameters of type HeadersModifier and TypeMethodDescriptionstatic TransactionIdCreates a newTransactionIdbased on either a trusted existingTransactionIdHeadervalue or a generated one.