| Interface | Description |
|---|---|
| RestHandlerSpecification |
Rest handler interface which all rest handler implementation have to implement.
|
| WebHandler |
Marker interface for web handlers which can describe their paths.
|
| Class | Description |
|---|---|
| AbstractHandler<T extends RestfulGateway,R extends RequestBody,M extends MessageParameters> |
Super class for netty-based handlers that work with
RequestBody. |
| AbstractRestHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters> |
Super class for netty-based handlers that work with
RequestBodys and ResponseBodys. |
| FileUploads |
A container for uploaded files.
|
| HandlerRequest<R extends RequestBody> |
Simple container for the request to a handler, that contains the
RequestBody and
path/query parameters. |
| LeaderRetrievalHandler<T extends RestfulGateway> |
SimpleChannelInboundHandler which encapsulates the leader retrieval logic for the REST
endpoints. |
| PipelineErrorHandler |
This is the last handler in the pipeline.
|
| RestHandlerConfiguration |
Configuration object containing values for the rest handler configuration.
|
| Enum | Description |
|---|---|
| RestHandlerException.LoggingBehavior |
Enum to control logging behavior of RestHandlerExceptions.
|
| Exception | Description |
|---|---|
| HandlerRequestException |
Base class for all
HandlerRequest related exceptions. |
| RestHandlerException |
An exception that is thrown if the failure of a REST operation was detected by a handler.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.