Uses of Interface
org.forgerock.http.client.request.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
Modifier and TypeClassDescriptionclass
A basic implementation ofHttpClientRequest
that a script can send over aHttpClient
.Modifier and TypeMethodDescriptionHttpClientRequestFactory.createRequest()
Create a new emptyHttpClientRequest
that can be sent over aHttpClient
.