Obsolete Members for QWebSocketServer

QWebSocketServer 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated) qintptr nativeDescriptor() const
(deprecated) bool setNativeDescriptor(qintptr socketDescriptor)

成员函数文档

[deprecated] qintptr QWebSocketServer::nativeDescriptor() const

该函数已被弃用。我们强烈建议不要在新代码中使用它。

返回服务器用于侦听传入指令的本地套接字描述符,如果服务器未侦听,则返回-1。如果服务器使用QNetworkProxy ,返回的描述符可能无法使用本地套接字函数。

另请参阅 setNativeDescriptor()、socketDescriptor() 和isListening()。

[deprecated] bool QWebSocketServer::setNativeDescriptor(qintptr socketDescriptor)

该函数已被弃用。我们强烈建议不要在新代码中使用它。

设置服务器在监听socketDescriptor 的传入连接时应使用的套接字描述符。

如果套接字设置成功,则返回 true;否则返回 false。假设套接字处于侦听状态。

另请参阅 nativeDescriptor()、setSocketDescriptor() 和isListening()。

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