public class JarDeleteHeaders extends Object implements org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,JarDeleteMessageParameters>
JarDeleteHandler.| Constructor and Description |
|---|
JarDeleteHeaders() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.apache.flink.runtime.rest.HttpMethodWrapper |
getHttpMethod() |
static JarDeleteHeaders |
getInstance() |
Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> |
getRequestClass() |
Class<org.apache.flink.runtime.rest.messages.EmptyResponseBody> |
getResponseClass() |
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode() |
String |
getTargetRestEndpointURL() |
JarDeleteMessageParameters |
getUnresolvedMessageParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResponseTypeParameterspublic Class<org.apache.flink.runtime.rest.messages.EmptyResponseBody> getResponseClass()
getResponseClass in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,JarDeleteMessageParameters>public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,JarDeleteMessageParameters>public Class<org.apache.flink.runtime.rest.messages.EmptyRequestBody> getRequestClass()
getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,JarDeleteMessageParameters>public JarDeleteMessageParameters getUnresolvedMessageParameters()
getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,JarDeleteMessageParameters>public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
getHttpMethod in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic String getTargetRestEndpointURL()
getTargetRestEndpointURL in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecificationpublic static JarDeleteHeaders getInstance()
public String getDescription()
getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,org.apache.flink.runtime.rest.messages.EmptyResponseBody,JarDeleteMessageParameters>Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.