| Modifier and Type | Method and Description |
|---|---|
<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody> |
RestClient.sendRequest(String targetAddress,
int targetPort,
M messageHeaders,
U messageParameters,
R request,
Collection<FileUpload> fileUploads,
RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) |
| Modifier and Type | Method and Description |
|---|---|
<M extends MessageHeaders<R,P,U>,U extends MessageParameters,R extends RequestBody,P extends ResponseBody> |
RestClient.sendRequest(String targetAddress,
int targetPort,
M messageHeaders,
U messageParameters,
R request,
Collection<FileUpload> fileUploads,
RestAPIVersion<? extends RestAPIVersion<?>> apiVersion) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RestAPIVersion<?>> |
RestHandlerSpecification.getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RestAPIVersion<?>> |
CustomHeadersDecorator.getSupportedAPIVersions() |
default Collection<? extends RestAPIVersion<?>> |
RuntimeMessageHeaders.getSupportedAPIVersions() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends RestAPIVersion<?>> |
JobManagerProfilingHeaders.getSupportedAPIVersions() |
Collection<? extends RestAPIVersion<?>> |
JobManagerProfilingListHeaders.getSupportedAPIVersions() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RestAPIVersion<T extends RestAPIVersion<T>>
Interface for all versions of the REST API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RuntimeRestAPIVersion
An enum for all versions of the REST API.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends RestAPIVersion<E>> |
RestAPIVersion.getLatestVersion(Collection<E> versions)
Accept versions and one of them as a comparator, and get the latest one.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.