public interface RestHandlerSpecification
Modifier and Type | Method and Description |
---|---|
HttpMethodWrapper |
getHttpMethod()
Returns the
HttpMethodWrapper to be used for the request. |
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
.Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.