public abstract class AbstractOperationHeaders extends Object implements SqlGatewayMessageHeaders<EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>
Constructor and Description |
---|
AbstractOperationHeaders() |
Modifier and Type | Method and Description |
---|---|
Class<EmptyRequestBody> |
getRequestClass()
Returns the class of the request message.
|
Class<OperationStatusResponseBody> |
getResponseClass()
Returns the class of the response message.
|
org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus |
getResponseStatusCode()
Returns the http status code for the response.
|
OperationMessageParameters |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedAPIVersions
getCustomHeaders, getDescription, getResponseTypeParameters, operationId
acceptsFileUploads
getHttpMethod, getTargetRestEndpointURL
public Class<OperationStatusResponseBody> getResponseClass()
MessageHeaders
getResponseClass
in interface MessageHeaders<EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
MessageHeaders
getResponseStatusCode
in interface MessageHeaders<EmptyRequestBody,OperationStatusResponseBody,OperationMessageParameters>
public Class<EmptyRequestBody> getRequestClass()
UntypedResponseMessageHeaders
getRequestClass
in interface UntypedResponseMessageHeaders<EmptyRequestBody,OperationMessageParameters>
public OperationMessageParameters getUnresolvedMessageParameters()
UntypedResponseMessageHeaders
MessageParameters
object.getUnresolvedMessageParameters
in interface UntypedResponseMessageHeaders<EmptyRequestBody,OperationMessageParameters>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.