Qt gRPC C++ Classes

Provides gRPC support for Qt. More...

This module is in Technical Preview state.

This module was introduced in Qt 6.5.

Classes

QAbstractGrpcChannel

Interface that represents common gRPC channel functionality

QAbstractGrpcClient

Bridge between gRPC clients and channels

QAbstractGrpcService

Bridge between gRPC service

QGrpcCallCredentials

The base class for gRPC call credentials

QGrpcCallReply

Contains data for asynchronous call of gRPC client API

QGrpcChannel

GRPC-cpp native api implementation of QAbstractGrpcChannel interface

QGrpcChannelCredentials

The base class for gRPC channel credentials

QGrpcCredentials

Combination of call and channel credentials that is used by gRPC channels to communicate with services, using the given authentication parameters

QGrpcHttp2Channel

HTTP/2 implementation of QAbstractGrpcChannel interface

QGrpcInsecureCallCredentials

Dummy implementation of QGrpcCallCredentials

QGrpcInsecureChannelCredentials

Dummy implementation of QGrpcChannelCredentials

QGrpcOperation

Implements common logic to handle communication in Grpc channel

QGrpcSslCredentials

Class

QGrpcStatus

Contains information about last gRPC operation

QGrpcStream

Class

QGrpcUserPasswordCredentials

Reference implementation of simple user-password call authentication

Detailed Description