Package | Description |
---|---|
org.forgerock.openig.heap |
Manages collections or "heaps" of associated objects, initialized from
declarative configuration artifacts.
|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Field and Description |
---|---|
protected TemporaryStorage |
GenericHeaplet.storage
Allocates temporary buffers for caching streamed content during processing.
|
TemporaryStorage |
GenericHeapObject.storage
Allocates temporary buffers for caching streamed content during processing.
|
Constructor and Description |
---|
HttpClient(TemporaryStorage storage)
Creates a new client handler which will cache at most 64 connections, allow all host names for SSL requests
and has a both a default connection and so timeout.
|
HttpClient(TemporaryStorage storage,
int connections,
KeyManager[] keyManagers,
TrustManager[] trustManagers,
org.forgerock.openig.http.HttpClient.Verifier verifier,
Duration soTimeout,
Duration connectionTimeout)
Creates a new client handler with the specified maximum number of cached connections.
|
Copyright © 2014 ForgeRock AS. All rights reserved.