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