Uses of Interface
org.forgerock.http.protocol.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
Modifier and TypeMethodDescriptionHeaderUtil.parseMultiValuedHeader
(Message<?> message, String name) Parses the named header from the message as a multi-valued comma separated value.static String
HeaderUtil.parseSingleValuedHeader
(Message<?> message, String name) Parses the named single-valued header from the message.static AcceptApiVersionHeader
Constructs a new header, initialized from the specified message.static AuthorizationHeader
Constructs a new header, initialized from the specified message.static ConnectionHeader
Constructs a new header, initialized from the specified message.static ContentApiVersionHeader
Constructs a new header, initialized from the specified message.static ContentEncodingHeader
Constructs a new header, initialized from the specified message.static ContentLengthHeader
Constructs a new header, initialized from the specified message.static ContentTypeHeader
Constructs a new header, initialized from the specified message.static LocationHeader
Constructs a new header, initialized from the specified message.static ReferrerHeader
Constructs a new header, initialized from the specified message.static WarningHeader
Constructs a new header, initialized from the specified message. -
Uses of Message in org.forgerock.http.protocol
Modifier and TypeInterfaceDescriptioninterface
Elements common to requests and responses.Modifier and TypeClassDescriptionclass
MessageImpl<T extends MessageImpl<T>>
Abstract message base class.final class
A request message.final class
A response message.