| Interface | Description |
|---|---|
| ByContentHandler |
A buildable strategy for responding based on the HTTP "Accepts" request header.
|
| ByMethodHandler |
A buildable strategy for processing an exchange based on HTTP method.
|
| Chain |
A chain can be used to build a linked series of handlers.
|
| Context |
The context of an individual
Handler invocation. |
| Handler |
A handler participates in the processing of a request/response pair, operating on a
Context. |
| Redirector |
Contextual strategy for issuing redirects.
|
| RequestOutcome |
| Class | Description |
|---|---|
| Handlers |
Factory methods for handler decorations.
|
| ServiceUsingHandler |
Convenience handler super class that provides syntactic sugar for accessing contextual objects.
|
| Exception | Description |
|---|---|
| ServiceUsingHandler.NoSuitableHandleMethodException |
Exception thrown if the subclass doesn't provide a valid handle method.
|