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