Uses of Class
org.forgerock.http.protocol.Headers
-
Packages that use Headers Package Description org.forgerock.http.protocol Models and manages elements of the Hypertext Transfer Protocol. -
-
Uses of Headers in org.forgerock.http.protocol
Methods in org.forgerock.http.protocol that return Headers Modifier and Type Method Description Headers
Message. getHeaders()
Returns the headers.Headers
MessageImpl. getHeaders()
Headers
Response. getTrailers()
Returns the trailers, aka trailing headers.Method parameters in org.forgerock.http.protocol with type arguments of type Headers Modifier and Type Method Description M
Message. modifyHeaders(Consumer<Headers> headersConsumer)
Interact with theHeaders
object from theMessage.getHeaders()
in a fluent way.T
MessageImpl. modifyHeaders(Consumer<Headers> headersConsumer)
-