Uses of Class
org.forgerock.http.HttpApplicationException
-
Packages that use HttpApplicationException Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol.org.forgerock.http.handler CoreHandlerimplementations.org.forgerock.http.spi HTTP service provider API. -
-
Uses of HttpApplicationException in org.forgerock.http
Methods in org.forgerock.http that throw HttpApplicationException Modifier and Type Method Description HandlerHttpApplication. start()Gets the rootHandlerthat will handle all HTTP requests. -
Uses of HttpApplicationException in org.forgerock.http.handler
Constructors in org.forgerock.http.handler that throw HttpApplicationException Constructor Description HttpClientHandler()Creates a new HTTP client using default client options.HttpClientHandler(Options options)Creates a new HTTP client using the provided client options. -
Uses of HttpApplicationException in org.forgerock.http.spi
Methods in org.forgerock.http.spi that throw HttpApplicationException Modifier and Type Method Description HttpClientHttpClientProvider. newHttpClient(Options options)Returns a newHttpClientconfigured using the provided set of options.
-