Package org.forgerock.openig.handler
Handles HTTP requests by generating responses.
-
Class Summary Class Description ClientHandler Submits requests to remote servers.ClientHandler.Heaplet Creates and initializes a client handler in a heap environment.DesKeyGenHandler Creates a static response with a generated DES key.DesKeyGenHandler.Heaplet Creates and initializes a DES key generator handler in a heap environment.DispatchHandler Dispatches to one of a list of handlers.DispatchHandler.Heaplet Creates and initializes a dispatch handler in a heap environment.Handlers Provides commonly used handler implementations.ReverseProxyHandler AReverseProxyHandler
is aClientHandler
that is also responsible to turnRuntimeException
intoStatus.BAD_GATEWAY
response, as expected on the normal flow of request reaching the application when the proxy fails to connect to the backend application.ReverseProxyHandler.Heaplet Creates a reverse proxy handler in a heap environment.ScriptableHandler A scriptable handler.ScriptableHandler.Heaplet Creates and initializes a scriptable handler in a heap environment.SequenceHandler Processes a request through a sequence of handlers.SequenceHandler.Heaplet Creates and initializes a sequence handler in a heap environment.StaticResponseHandler Creates a static HTTP response.StaticResponseHandler.Heaplet Creates and initializes a static response handler in a heap environment.WelcomeHandler Creates a static response containing a simple HTML welcome page.WelcomeHandler.Heaplet Creates and initializes a static response handler in a heap environment.