以下成员源于类 QWebSocketServer 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
|
dumpObjectInfo () |
(obsolete)
|
dumpObjectTree () |
(obsolete)
bool
|
setSocketDescriptor (int socketDescriptor ) |
(obsolete)
int
|
socketDescriptor () const |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
把此服务器在监听传入连接时应该使用的套接字描述符设为 socketDescriptor .
返回 true,若套接字设置成功;否则返回 false。假定套接字处于监听状态。
该函数在 Qt 5.3 引入。
另请参阅 socketDescriptor (), setSocketDescriptor(), nativeDescriptor (),和 isListening ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
返回服务器用于监听传入指令的本机套接字描述符,或 -1 若服务器未监听。若服务器正在使用 QNetworkProxy ,返回的描述符可能不能用于本机套接字函数。
该函数在 Qt 5.3 引入。
另请参阅 nativeDescriptor (), setNativeDescriptor (), setSocketDescriptor (),和 isListening ().