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 : QUrl |
채널의 호스트 URL
를 설정합니다.
참고: 호스트는 REQUIRED
속성입니다. 객체 생성을 위해 설정해야 합니다.
QGrpcHttp2Channel::hostUri도 참조하세요 .
options : GrpcChannelOptions |
GrpcChannelOptions 객체에 대한 포인터를 반환합니다.
QGrpcChannelOptions도 참조하세요 .
© 2025 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.