Uses of Interface
org.forgerock.http.protocol.Message
Packages that use Message
Package
Description
Processes HTTP message header fields.
Models and manages elements of the Hypertext Transfer Protocol.
-
Uses of Message in org.forgerock.http.header
Methods in org.forgerock.http.header with parameters of type MessageModifier and TypeMethodDescriptionHeaderUtil.parseMultiValuedHeader(Message<?> message, String name) Parses the named header from the message as a multi-valued comma separated value.static StringHeaderUtil.parseSingleValuedHeader(Message<?> message, String name) Parses the named single-valued header from the message.static AcceptApiVersionHeaderConstructs a new header, initialized from the specified message.static AuthorizationHeaderConstructs a new header, initialized from the specified message.static ConnectionHeaderConstructs a new header, initialized from the specified message.static ContentApiVersionHeaderConstructs a new header, initialized from the specified message.static ContentEncodingHeaderConstructs a new header, initialized from the specified message.static ContentLengthHeaderConstructs a new header, initialized from the specified message.static ContentTypeHeaderConstructs a new header, initialized from the specified message.static LocationHeaderConstructs a new header, initialized from the specified message.static ReferrerHeaderConstructs a new header, initialized from the specified message.static WarningHeaderConstructs a new header, initialized from the specified message. -
Uses of Message in org.forgerock.http.protocol
Classes in org.forgerock.http.protocol with type parameters of type MessageModifier and TypeInterfaceDescriptioninterfaceElements common to requests and responses.Classes in org.forgerock.http.protocol that implement MessageModifier and TypeClassDescriptionclassMessageImpl<T extends MessageImpl<T>>Abstract message base class.final classA request message.final classA response message.