See: Description
Interface | Description |
---|---|
ClientInfo |
ClientInfo gives easy access to client-related information that are available into the request.
|
Session |
An interface for managing attributes across multiple requests from the same user agent.
|
SessionFactory |
A SessionFactory is responsible to create a new type of
Session . |
Class | Description |
---|---|
Cookie |
An HTTP cookie.
|
Entity |
Message content.
|
Exchange |
An HTTP exchange of request and response, and the root object for the exchange object model.
|
Form |
Form fields, a case-sensitive multi-string-valued map.
|
Headers |
Message headers, a case-insensitive multiple-value map.
|
HttpClient |
Submits requests to remote servers.
|
HttpClient.Heaplet |
Creates and initializes a http client object in a heap environment.
|
HttpUtil |
Utility class for processing HTTP messages.
|
Message<T extends Message<T>> |
Elements common to requests and responses.
|
Request |
A request message.
|
RequestCookies |
Exposes incoming request cookies.
|
Response |
A response message.
|
Enum | Description |
---|---|
MessageType |
Indicates a type of HTTP message.
|
Copyright © 2014 ForgeRock AS. All rights reserved.