Package org.apache.flink.runtime.rest.handler
package org.apache.flink.runtime.rest.handler
-
ClassDescriptionSuper 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 withRequestBodys andResponseBodys.A container for uploaded files.HandlerRequest<R extends RequestBody>Simple container for the request to a handler, that contains theRequestBodyand path/query parameters.Base class for allHandlerRequestrelated exceptions.LeaderRetrievalHandler<T extends RestfulGateway>SimpleChannelInboundHandlerwhich encapsulates the leader retrieval logic for the REST endpoints.This is the last handler in the pipeline.Configuration object containing values for the rest handler configuration.An exception that is thrown if the failure of a REST operation was detected by a handler.Enum to control logging behavior of RestHandlerExceptions.Rest handler interface which all rest handler implementation have to implement.