Uses of Class
org.apache.flink.table.gateway.rest.message.session.CloseSessionResponseBody
-
Packages that use CloseSessionResponseBody Package Description org.apache.flink.table.gateway.rest.handler.session org.apache.flink.table.gateway.rest.header.session -
-
Uses of CloseSessionResponseBody in org.apache.flink.table.gateway.rest.handler.session
Methods in org.apache.flink.table.gateway.rest.handler.session that return types with arguments of type CloseSessionResponseBody Modifier and Type Method Description protected CompletableFuture<CloseSessionResponseBody>CloseSessionHandler. handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<org.apache.flink.runtime.rest.messages.EmptyRequestBody> request)Constructor parameters in org.apache.flink.table.gateway.rest.handler.session with type arguments of type CloseSessionResponseBody Constructor Description CloseSessionHandler(org.apache.flink.table.gateway.api.SqlGatewayService service, Map<String,String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<org.apache.flink.runtime.rest.messages.EmptyRequestBody,CloseSessionResponseBody,SessionMessageParameters> messageHeaders) -
Uses of CloseSessionResponseBody in org.apache.flink.table.gateway.rest.header.session
Methods in org.apache.flink.table.gateway.rest.header.session that return types with arguments of type CloseSessionResponseBody Modifier and Type Method Description Class<CloseSessionResponseBody>CloseSessionHeaders. getResponseClass()
-