보안 웹소켓 에코 클라이언트

보안 웹소켓(wss)을 사용하는 간단한 클라이언트 애플리케이션입니다.

보안 웹소켓 에코 클라이언트 예제는 WebSocket 클래스를 사용하여 보안 연결(wss)을 통해 에코 클라이언트를 구현하는 방법을 보여줍니다. 서버에 연결하여 메시지를 보내고, 메시지를 다시 받으면 메시지를 출력하고 종료합니다. 이 예제가 작동하려면 SSL 지원이 필요합니다.

이 예는 기본적으로 보안 연결을 사용하여 포트 1234의 localhost에 연결합니다. SSL 백엔드에 구성된 CA 인증서에 의해 서명된 인증서를 신뢰하며, Secure WebSocket Echo 서버에서 사용하는 인증서를 추가로 신뢰합니다.

Secure WebSocket Echo Console Client

예제 프로젝트 @ code.qt.io

웹소켓 에코 클라이언트보안 웹소켓 에코 서버도참조하세요 .

© 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.