Uses of Class
org.apache.flink.table.gateway.rest.message.session.OpenSessionResponseBody
-
Packages that use OpenSessionResponseBody Package Description org.apache.flink.table.gateway.rest.handler.session org.apache.flink.table.gateway.rest.header.session -
-
Uses of OpenSessionResponseBody 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 OpenSessionResponseBody Modifier and Type Method Description protected CompletableFuture<OpenSessionResponseBody>OpenSessionHandler. handleRequest(SqlGatewayRestAPIVersion version, org.apache.flink.runtime.rest.handler.HandlerRequest<OpenSessionRequestBody> request)Constructor parameters in org.apache.flink.table.gateway.rest.handler.session with type arguments of type OpenSessionResponseBody Constructor Description OpenSessionHandler(org.apache.flink.table.gateway.api.SqlGatewayService service, Map<String,String> responseHeaders, org.apache.flink.runtime.rest.messages.MessageHeaders<OpenSessionRequestBody,OpenSessionResponseBody,org.apache.flink.runtime.rest.messages.EmptyMessageParameters> messageHeaders) -
Uses of OpenSessionResponseBody 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 OpenSessionResponseBody Modifier and Type Method Description Class<OpenSessionResponseBody>OpenSessionHeaders. getResponseClass()
-