See: Description
Interface | Description |
---|---|
Handler |
Handles an HTTP exchange request by producing an associated response.
|
Class | Description |
---|---|
ClientHandler |
Submits exchange requests to remote servers.
|
ClientHandler.Heaplet |
Creates and initializes a client 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.
|
GenericHandler |
A generic base class for handlers with handy injected heap objects.
|
ScriptableHandler |
A scriptable handler.
|
ScriptableHandler.Heaplet |
Creates and initializes a scriptable handler in a heap environment.
|
SequenceHandler |
Processes an exchange through a sequence of handlers.
|
SequenceHandler.Heaplet |
Creates and initializes a sequence handler in a heap environment.
|
StaticResponseHandler |
Creates a static response in an HTTP exchange.
|
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.
|
Exception | Description |
---|---|
HandlerException |
An exception that is thrown during handler operations.
|
Copyright © 2014 ForgeRock AS. All rights reserved.