Uses of Interface
org.forgerock.http.spi.Loader
-
Packages that use Loader Package Description org.forgerock.http.handler CoreHandler
implementations.org.forgerock.http.spi HTTP service provider API. -
-
Uses of Loader in org.forgerock.http.handler
Fields in org.forgerock.http.handler with type parameters of type Loader Modifier and Type Field Description static Option<Loader>
HttpClientHandler. OPTION_LOADER
The strategy which should be used for loading theHttpClientProvider
. -
Uses of Loader in org.forgerock.http.spi
Fields in org.forgerock.http.spi declared as Loader Modifier and Type Field Description static Loader
Loader. SERVICE_LOADER
The defaultLoader
implementation used throughout the HTTP framework.
-