Qt GRPC C++ Classes

The Qt GRPC module provides support for communicating with gRPC services. 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

QGrpcBidirStream

The interface to access the bidirectional gRPC stream functionality from gRPC client side

QGrpcCallOptions

Storage class used to set additional call options

QGrpcCallReply

Implements logic to handle gRPC calls from the gRPC client side

QGrpcChannelOperation

Implements common logic to handle the gRPC communication from the channel side

QGrpcChannelOptions

Storage class used to set additional channel options

QGrpcClientInterceptor

Base class for Qt GRPC client interceptors

QGrpcClientInterceptorManager

Manages QGrpcClientInterceptor interceptors

QGrpcClientStream

The interface to access the client-side gRPC stream functionality from gRPC client side

QGrpcHttp2Channel

HTTP/2-based of QAbstractGrpcChannel, based on Qt Network HTTP/2 implementation

QGrpcInterceptorContinuation

A template class for Qt GRPC interceptor continuation

QGrpcOperation

Implements common logic to handle the gRPC communication from the client side

QGrpcServerStream

The interface to access the server-side gRPC stream functionality from gRPC client side

QGrpcStatus

Contains information about last gRPC operation

Detailed Description

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.