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.org.forgerock.openig.util Miscellaneous utility classes. -
-
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. -
Uses of Loader in org.forgerock.openig.util
Subinterfaces of Loader in org.forgerock.openig.util Modifier and Type Interface Description interface
HttpClientLoader
Enrich the CHFLoader
SPI with method used to query the underlying provider if it supports options or not.
-