Class JarPlanPostHeaders
- java.lang.Object
-
- org.apache.flink.runtime.webmonitor.handlers.AbstractJarPlanHeaders
-
- org.apache.flink.runtime.webmonitor.handlers.JarPlanPostHeaders
-
- All Implemented Interfaces:
RestHandlerSpecification
,MessageHeaders<JarPlanRequestBody,JobPlanInfo,org.apache.flink.runtime.webmonitor.handlers.JarPlanMessageParameters>
,RuntimeMessageHeaders<JarPlanRequestBody,JobPlanInfo,org.apache.flink.runtime.webmonitor.handlers.JarPlanMessageParameters>
,UntypedResponseMessageHeaders<JarPlanRequestBody,org.apache.flink.runtime.webmonitor.handlers.JarPlanMessageParameters>
public class JarPlanPostHeaders extends AbstractJarPlanHeaders
Message headers forJarPlanHandler
.
-
-
Constructor Summary
Constructors Constructor Description JarPlanPostHeaders()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpMethodWrapper
getHttpMethod()
Returns theHttpMethodWrapper
to be used for the request.static JarPlanPostHeaders
getInstance()
-
Methods inherited from class org.apache.flink.runtime.webmonitor.handlers.AbstractJarPlanHeaders
getDescription, getRequestClass, getResponseClass, getResponseStatusCode, getTargetRestEndpointURL, getUnresolvedMessageParameters, operationId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseTypeParameters
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
getSupportedAPIVersions
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
-
-
-
Method Detail
-
getHttpMethod
public HttpMethodWrapper getHttpMethod()
Description copied from interface:RestHandlerSpecification
Returns theHttpMethodWrapper
to be used for the request.- Returns:
- http method to be used for the request
-
getInstance
public static JarPlanPostHeaders getInstance()
-
-