Package org.apache.flink.runtime.rest.handler
-
Interface Summary Interface Description RestHandlerSpecification Rest handler interface which all rest handler implementation have to implement. -
Class Summary Class Description AbstractHandler<T extends RestfulGateway,R extends RequestBody,M extends MessageParameters> Super class for netty-based handlers that work withRequestBody
.AbstractRestHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters> Super class for netty-based handlers that work withRequestBody
s andResponseBody
s.FileUploads A container for uploaded files.HandlerRequest<R extends RequestBody> Simple container for the request to a handler, that contains theRequestBody
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 Summary Enum Description RestHandlerException.LoggingBehavior Enum to control logging behavior of RestHandlerExceptions. -
Exception Summary Exception Description HandlerRequestException Base class for allHandlerRequest
related exceptions.RestHandlerException An exception that is thrown if the failure of a REST operation was detected by a handler.