Interface | Description |
---|---|
RestEndpointFactory<T extends RestfulGateway> |
WebMonitorEndpoint factory. |
RestService |
Rest service interface.
|
Class | Description |
---|---|
FileUpload |
Client uploading a file.
|
FileUploadHandler |
Writes multipart/form-data to disk.
|
FlinkHttpObjectAggregator |
Same as
HttpObjectDecoder but
returns HTTP 413 to the client if the payload exceeds MessageAggregator.maxContentLength . |
RestClient |
This client is the counter-part to the
RestServerEndpoint . |
RestClientConfiguration |
A configuration object for
RestClient s. |
RestServerEndpoint |
An abstract class for netty-based REST server endpoints.
|
RestServerEndpoint.RestHandlerUrlComparator |
Comparator for Rest URLs.
|
RestServerEndpoint.RestHandlerUrlComparator.CaseInsensitiveOrderComparator |
Comparator for Rest URLs.
|
RestServerEndpointConfiguration |
A configuration object for
RestServerEndpoint s. |
Enum | Description |
---|---|
HttpMethodWrapper |
This class wraps netty's
HttpMethod s into an enum, allowing us to use them in switches. |
JobRestEndpointFactory |
RestEndpointFactory which creates a MiniDispatcherRestEndpoint . |
SessionRestEndpointFactory |
RestEndpointFactory which creates a DispatcherRestEndpoint . |
Exception | Description |
---|---|
ConnectionClosedException |
Exception which is thrown if the
RestClient detects that a connection was closed. |
ConnectionException |
Base class for all connection related exception thrown by the
RestClient . |
ConnectionIdleException |
Exception which is thrown by the
RestClient if a connection becomes idle. |
NotFoundException |
A special exception that indicates that an element was not found and that the request should be
answered with a
404 return code. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.