Package | Description |
---|---|
org.forgerock.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
org.forgerock.http.apache.async |
Provides
HttpClientHandler client integration with
Apache HttpComponents Http Async Client. |
org.forgerock.http.handler |
Core
Handler implementations. |
org.forgerock.http.spi |
HTTP service provider API.
|
org.forgerock.openig.http |
Integrates with the ForgeRock HTTP Framework.
|
Modifier and Type | Method and Description |
---|---|
Handler |
HttpApplication.start()
Gets the root
Handler that will handle all HTTP requests. |
Modifier and Type | Method and Description |
---|---|
HttpClient |
AsyncHttpClientProvider.newHttpClient(Options options) |
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. |
Modifier and Type | Method and Description |
---|---|
Handler |
GatewayHttpApplication.start() |
Handler |
AdminHttpApplication.start() |
Constructor and Description |
---|
AdminHttpApplication(String adminPrefix,
JsonValue config,
Environment environment,
RunMode mode,
PropertyResolver propertyResolver,
MeterRegistry meterRegistry)
Construct a
AdminHttpApplication . |
Copyright 2011-2017 ForgeRock AS.