Uses of Interface
org.forgerock.http.HttpApplication
-
Packages that use HttpApplication Package Description org.forgerock.http Models and manages elements of the Hypertext Transfer Protocol. -
-
Uses of HttpApplication in org.forgerock.http
Subinterfaces of HttpApplication in org.forgerock.http Modifier and Type Interface Description interface
DescribedHttpApplication
AnHttpApplication
that produces OpenAPI API Descriptors.Methods in org.forgerock.http that return HttpApplication Modifier and Type Method Description static HttpApplication
Applications. simpleHttpApplication(Handler handler, Factory<Buffer> storage)
Create a simpleHttpApplication
that just returns the provided arguments from the appropriate methods.
-