| Class | Description |
|---|---|
| AbstractHandler<T extends RestfulGateway,R extends RequestBody,M extends MessageParameters> |
Super class for netty-based handlers that work with
RequestBody. |
| 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 HttpObjectAggregator.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. |
| Enum | Description |
|---|---|
| HttpMethodWrapper |
This class wraps netty's
HttpMethods into an enum, allowing us to use them in switches. |
| Exception | Description |
|---|---|
| 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–2018 The Apache Software Foundation. All rights reserved.