public final class GatewayHttpApplication extends Object implements org.forgerock.http.HttpApplication
Constructor and Description |
---|
GatewayHttpApplication(Environment environment,
org.forgerock.json.JsonValue config,
EndpointRegistry registry,
RunMode mode)
Construct a
GatewayHttpApplication . |
Modifier and Type | Method and Description |
---|---|
org.forgerock.util.Factory<org.forgerock.http.io.Buffer> |
getBufferFactory() |
org.forgerock.http.Handler |
start() |
void |
stop() |
public GatewayHttpApplication(Environment environment, org.forgerock.json.JsonValue config, EndpointRegistry registry, RunMode mode)
GatewayHttpApplication
.environment
- the environment to lookup for configurationconfig
- the gateway configurationregistry
- the endpoint registry to bind the API endpointsmode
- OpenIG run modepublic org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException
start
in interface org.forgerock.http.HttpApplication
org.forgerock.http.HttpApplicationException
public org.forgerock.util.Factory<org.forgerock.http.io.Buffer> getBufferFactory()
getBufferFactory
in interface org.forgerock.http.HttpApplication
public void stop()
stop
in interface org.forgerock.http.HttpApplication
Copyright © 2025 Open Identity Platform Community. All rights reserved.