Package | Description |
---|---|
org.forgerock.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.http.handler |
Core
Handler implementations. |
org.forgerock.http.spi |
HTTP service provider API.
|
Modifier and Type | Method and Description |
---|---|
Handler |
HttpApplication.start()
Gets the root
Handler that will handle all HTTP requests. |
Constructor and Description |
---|
HttpClientHandler()
Creates a new HTTP client using default client options.
|
HttpClientHandler(Options options)
Creates a new HTTP client using the provided client options.
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClientProvider.newHttpClient(Options options)
Returns a new
HttpClient configured using the provided set of
options. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.