Qt WebSockets C++ Classes
WebSocket 기반 통신을 가능하게 하는 C++ 클래스 목록입니다. 더 보기...
네임스페이스
WebSocket 표준과 관련된 상수를 포함합니다. |
클래스
커스텀 32비트 마스크 생성기를 위한 추상 베이스 | |
WebSocket 프로토콜과 통신하는 TCP 소켓을 구현합니다. | |
교차 오리진 요청(CORS)을 위한 인증자 객체 | |
WebSocket 핸드셰이크에 대한 옵션을 수집합니다. | |
WebSocket 기반 서버 구현 |
자세한 설명
애플리케이션에서 이러한 클래스를 사용하려면 다음 include 문을 사용하세요:
#include <QtWebSockets/QtWebSockets>
모듈에 링크하려면 qmake .pro
파일에 이 줄을 추가합니다:
QT += websockets
© 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.