Interface | Description |
---|---|
LegacyRestHandler<T extends RestfulGateway,R extends ResponseBody,M extends MessageParameters> |
Interface which Flink's legacy REST handler have to implement in order to be usable
via the
LegacyRestHandlerAdapter . |
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 |
---|---|
AbstractRestHandler<T extends RestfulGateway,R extends RequestBody,P extends ResponseBody,M extends MessageParameters> |
Super class for netty-based handlers that work with
RequestBody s and ResponseBody s. |
HandlerRequest<R extends RequestBody,M extends MessageParameters> |
Simple container for the request to a handler, that contains the
RequestBody and path/query parameters. |
LegacyRestHandlerAdapter<T extends RestfulGateway,R extends ResponseBody,M extends MessageParameters> |
Adapter for Flink's legacy REST handlers.
|
PipelineErrorHandler |
This is the last handler in the pipeline.
|
RedirectHandler<T extends RestfulGateway> |
SimpleChannelInboundHandler which encapsulates the redirection logic for the
REST endpoints. |
RestHandlerConfiguration |
Configuration object containing values for the rest handler configuration.
|
RouterHandler |
This class is an extension of
Handler that replaces the standard error response to be identical with those
sent by the AbstractRestHandler . |
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–2018 The Apache Software Foundation. All rights reserved.