GrpcHttp2Channel QML Type
HTTP/2 QML チャンネル。詳細...
| Import Statement: | import QtGrpc |
| Since: | Qt 6.7 |
| In C++: | QGrpcHttp2Channel |
プロパティ
詳細説明
HTTP/2 チャネルタイプのためのQAbstractGrpcChannel インターフェイスを実装します。チャネルの作成に必要なQGrpcChannelOptions オプションを設定し、QAbstractGrpcChannel ベースのオブジェクトへのポインタを返します。
注意: QML でカスタムチャネルをインポートするためにQGrpcChannelOptions を継承することができます。
QGrpcHttp2Channelも参照して ください。
プロパティの説明
hostUri : url
チャネルのホストURL を設定します。
注意: host はREQUIRED プロパティです。オブジェクト生成時に設定する必要があります。
QGrpcHttp2Channel::hostUriも参照してください 。
options : GrpcChannelOptions
GrpcChannelOptions オブジェクトへのポインタを返します。
QGrpcChannelOptionsも参照 。
© 2026 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.