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.
Namespaces
Contains miscellaneous identifiers used throughout the QtGrpc library |
Classes
Interface that represents common gRPC channel functionality | |
The interface to access the bidirectional gRPC stream functionality from gRPC client side | |
Storage class used to set additional call options | |
Implements logic to handle gRPC calls from the gRPC client side | |
Storage class used to set additional channel options | |
Bridge between gRPC clients and channels | |
The interface to access the client-side gRPC stream functionality from gRPC client side | |
HTTP/2-based of QAbstractGrpcChannel, based on Qt Network HTTP/2 implementation | |
Implements common logic to handle the gRPC communication from the client side | |
Implements common logic to handle the gRPC communication from the channel side | |
Holds the protobuf message serializer and the related content type suffix | |
The interface to access the server-side gRPC stream functionality from gRPC client side | |
This class combines a QtGrpc::StatusCode and a string message |