Uses of Class
org.apache.flink.table.gateway.rest.message.session.CloseSessionResponseBody
Packages that use CloseSessionResponseBody
Package
Description
-
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 CloseSessionResponseBodyModifier and TypeMethodDescriptionprotected 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 CloseSessionResponseBodyModifierConstructorDescriptionCloseSessionHandler(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