Package org.forgerock.http.protocol
Models and manages elements of the Hypertext Transfer Protocol. For more information, see
RFC 2616.
-
Interface Summary Interface Description Message<M extends Message<M>> Elements common to requests and responses. -
Class Summary Class Description Cookie An HTTP cookie.Entity Message content.Form Form fields, a case-sensitive multi-string-valued map.Header An HTTP message header.Headers Message headers, a case-insensitive multiple-value map.MdcAwareAction An implementation ofAction
that will preserve the SLF4JMDC
.MdcAwareConsumer<T> An implementation ofConsumer
that will preserve the SLF4J MDC.MdcAwareSubscriber<T> An implementation ofSubscriber
that will preserve the SLF4JMDC
.MessageImpl<T extends MessageImpl<T>> Abstract message base class.Request A request message.RequestCookies Exposes incoming request cookies.Response A response message.Responses Provide out-of-the-box, pre-configuredResponse
objects.Status The status-code element is a three-digit integer code giving the result of the attempt to understand and satisfy the request. -
Enum Summary Enum Description Cookie.SameSite Indicates the SameSite value of the cookie.Status.Family The first digit of the status-code defines the class of response. -
Exception Summary Exception Description ResponseException An HTTP Framework Exception that can be used by filters/handlers to simplify control-flow inside async call-backs.