| Interface | Description |
|---|---|
| BaseRestHandler.RestChannelConsumer |
REST requests are handled by preparing a channel consumer that represents the execution of
the request against a channel.
|
| RestChannel |
A channel used to construct bytes / builder based outputs, and send responses.
|
| RestHandler |
Handler for REST requests
|
| Class | Description |
|---|---|
| AbstractRestChannel | |
| BaseRestHandler |
Base handler for REST requests.
|
| BytesRestResponse | |
| DeprecationRestHandler |
DeprecationRestHandler provides a proxy for any existing RestHandler so that usage of the handler can be
logged using the DeprecationLogger. |
| RestController | |
| RestRequest | |
| RestResponse | |
| RestUtils |
| Enum | Description |
|---|---|
| RestRequest.Method | |
| RestStatus |