Class HttpClientRequestFactory
java.lang.Object
org.forgerock.http.client.request.HttpClientRequestFactory
Factory provided to hide implementation details from the scripting module. Module should just be able to
ask for a Request without concern for the type.
- Since:
- 12.0.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new emptyHttpClientRequest
that can be sent over aHttpClient
.
-
Constructor Details
-
HttpClientRequestFactory
public HttpClientRequestFactory()
-
-
Method Details
-
createRequest
Create a new emptyHttpClientRequest
that can be sent over aHttpClient
.- Returns:
- An empty
HttpClientRequest
.
-