Package | Description |
---|---|
org.forgerock.openig.handler |
Handles HTTP exchange requests by generating responses.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.openig.script |
Scripting support.
|
Constructor and Description |
---|
ClientHandler(HttpClient client)
Creates a new client handler.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.disableConnectionReuse()
Disables connection caching.
|
HttpClient |
HttpClient.disableRetries(Logger logger)
Disables automatic retrying of failed requests.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptableHeapObject.setHttpClient(HttpClient client)
Sets the HTTP client which should be made available to scripts.
|
Copyright © 2014 ForgeRock AS. All rights reserved.