Qt GRPC C++ Classes

The Qt GRPC module provides support for communicating with gRPC services. 更多...

This module is in Technical Preview 状态。

This module was introduced in Qt 6.5.

QAbstractGrpcChannel

Interface that represents common gRPC channel functionality

QAbstractGrpcClient

Bridge between gRPC clients and channels

QGrpcCallOptions

Storage class used to set additional call options

QGrpcCallReply

Contains data for asynchronous call of gRPC client API

QGrpcChannel

GRPC-cpp native api implementation of QAbstractGrpcChannel interface

QGrpcChannelOptions

Storage class used to set additional channel options

QGrpcHttp2Channel

HTTP/2 implementation of QAbstractGrpcChannel interface

QGrpcOperation

Implements common logic to handle communication in Grpc channel

QGrpcStatus

Contains information about last gRPC operation

QGrpcStream

Implements logic to handle stream communication in the Grpc channel

详细描述