public interface RestHandlerSpecification
| 限定符和类型 | 方法和说明 |
|---|---|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
default Collection<RestAPIVersion> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
String |
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example
/job/:jobid. |
HttpMethodWrapper getHttpMethod()
HttpMethodWrapper to be used for the request.String getTargetRestEndpointURL()
/job/:jobid.default Collection<RestAPIVersion> getSupportedAPIVersions()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.