Qt WebSockets C++ Classes

WebSocketベースの通信を可能にするC++クラスのリスト。詳細...

名前空間

QWebSocketProtocol

WebSocket 標準に関連する定数が含まれています。

クラス

QMaskGenerator

カスタム 32 ビット・マスク生成器の抽象ベース

QWebSocket

WebSocket プロトコルを使用する TCP ソケットの実装

QWebSocketCorsAuthenticator

クロスオリジンリクエスト(CORS)用の認証オブジェクト

QWebSocketHandshakeOptions

WebSocketハンドシェイクのオプションの収集

QWebSocketServer

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.