| 接口 | 说明 |
|---|---|
| RestEndpointFactory<T extends RestfulGateway> |
WebMonitorEndpoint factory. |
| RestService |
Rest service interface.
|
| 类 | 说明 |
|---|---|
| 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
RestClients. |
| 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
RestServerEndpoints. |
| 枚举 | 说明 |
|---|---|
| HttpMethodWrapper |
This class wraps netty's
HttpMethods into an enum, allowing us to use them in switches. |
| JobRestEndpointFactory |
RestEndpointFactory which creates a MiniDispatcherRestEndpoint. |
| SessionRestEndpointFactory |
RestEndpointFactory which creates a DispatcherRestEndpoint. |
| 异常错误 | 说明 |
|---|---|
| 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–2023 The Apache Software Foundation. All rights reserved.