Uses of Interface
org.forgerock.http.client.request.HttpClientRequest
-
Packages that use HttpClientRequest Package Description 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. -
-
Uses of HttpClientRequest in org.forgerock.http.client.request
Classes in org.forgerock.http.client.request that implement HttpClientRequest Modifier and Type Class Description class
SimpleHttpClientRequest
A basic implementation ofHttpClientRequest
that a script can send over aHttpClient
.Methods in org.forgerock.http.client.request that return HttpClientRequest Modifier and Type Method Description HttpClientRequest
HttpClientRequestFactory. createRequest()
Create a new emptyHttpClientRequest
that can be sent over aHttpClient
.
-