Uses of Interface
org.forgerock.http.client.request.HttpClientRequest
Packages that use HttpClientRequest
Package
Description
This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use
in scripted modules.
-
Uses of HttpClientRequest in org.forgerock.http.client.request
Classes in org.forgerock.http.client.request that implement HttpClientRequestModifier and TypeClassDescriptionclassA basic implementation ofHttpClientRequestthat a script can send over aHttpClient.Methods in org.forgerock.http.client.request that return HttpClientRequestModifier and TypeMethodDescriptionHttpClientRequestFactory.createRequest()Create a new emptyHttpClientRequestthat can be sent over aHttpClient.