Class WebContentHandlerSpecification
java.lang.Object
org.apache.flink.runtime.rest.handler.legacy.files.WebContentHandlerSpecification
- All Implemented Interfaces:
RestHandlerSpecification
public final class WebContentHandlerSpecification
extends Object
implements RestHandlerSpecification
Rest handler specification for the web content handler.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theHttpMethodWrapperto be used for the request.Returns the supported API versions that this request supports.Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid.
-
Method Details
-
getHttpMethod
Description copied from interface:RestHandlerSpecificationReturns theHttpMethodWrapperto be used for the request.- Specified by:
getHttpMethodin interfaceRestHandlerSpecification- Returns:
- http method to be used for the request
-
getTargetRestEndpointURL
Description copied from interface:RestHandlerSpecificationReturns the generalized endpoint url that this request should be sent to, for example/job/:jobid.- Specified by:
getTargetRestEndpointURLin interfaceRestHandlerSpecification- Returns:
- endpoint url that this request should be sent to
-
getInstance
-
getSupportedAPIVersions
Description copied from interface:RestHandlerSpecificationReturns the supported API versions that this request supports.- Specified by:
getSupportedAPIVersionsin interfaceRestHandlerSpecification- Returns:
- Collection of supported API versions
-