Package | Description |
---|---|
org.forgerock.http.client |
This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
in scripted modules.
|
org.forgerock.http.client.response |
This package contains the classes and interfaces related to the responses received by the HTTP client, and their
use in scripted modules.
|
Modifier and Type | Method and Description |
---|---|
protected HttpClientResponse |
RestletHttpClient.getHttpClientResponse(String uri,
String body,
Map<String,List<Map<String,String>>> requestData,
String method)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpClientResponse
A basic implementation of
HttpClientResponse that a script can receive from sending a
HttpClientRequest over a HttpClient . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.