Uses of Package
org.forgerock.http.client.request
-
Packages that use org.forgerock.http.client.request Package Description org.forgerock.http.client This package contains the classes and interfaces related to the implementation of the HTTP client, and its use in scripted modules.org.forgerock.http.client.request This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use in scripted modules. -
Classes in org.forgerock.http.client.request used by org.forgerock.http.client Class Description HttpClientRequestFactory Factory provided to hide implementation details from the scripting module. -
Classes in org.forgerock.http.client.request used by org.forgerock.http.client.request Class Description HttpClientRequest Models the request that a script can send over aHttpClient
.HttpClientRequestCookie Models a cookie which can be added to aHttpClientRequest
.