Class OpenSessionHeaders

    • Method Detail

      • getHttpMethod

        public org.apache.flink.runtime.rest.HttpMethodWrapper getHttpMethod()
        Specified by:
        getHttpMethod in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
      • getTargetRestEndpointURL

        public String getTargetRestEndpointURL()
        Specified by:
        getTargetRestEndpointURL in interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
      • getResponseStatusCode

        public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
        Specified by:
        getResponseStatusCode in interface org.apache.flink.runtime.rest.messages.MessageHeaders<OpenSessionRequestBody,​OpenSessionResponseBody,​org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface org.apache.flink.runtime.rest.messages.MessageHeaders<OpenSessionRequestBody,​OpenSessionResponseBody,​org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
      • getRequestClass

        public Class<OpenSessionRequestBody> getRequestClass()
        Specified by:
        getRequestClass in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<OpenSessionRequestBody,​org.apache.flink.runtime.rest.messages.EmptyMessageParameters>
      • getUnresolvedMessageParameters

        public org.apache.flink.runtime.rest.messages.EmptyMessageParameters getUnresolvedMessageParameters()
        Specified by:
        getUnresolvedMessageParameters in interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders<OpenSessionRequestBody,​org.apache.flink.runtime.rest.messages.EmptyMessageParameters>