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.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpClientRequest
A basic implementation of
HttpClientRequest that a script can send over a org.forgerock.http.client.HttpClient . |
Modifier and Type | Method and Description |
---|---|
HttpClientRequest |
HttpClientRequestFactory.createRequest()
Create a new empty
HttpClientRequest that can be sent over a org.forgerock.http.client.HttpClient . |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.