See: Description
Interface | Description |
---|---|
Message<M extends Message<M>> |
Elements common to requests and responses.
|
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.
|
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-configured
Response 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 | 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 | Description |
---|---|
ResponseException |
An HTTP Framework Exception that can be used by filters/handlers to simplify
control-flow inside async call-backs.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.