Home
last modified time | relevance | path

Searched refs:webSocketHandshakeDo (Results 1 – 4 of 4) sorted by relevance

/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/
H A Denginerequest.cpp166 if (webSocketHandshakeDo(key, origin, protocol)) { in webSocketHandshake()
206 bool EngineRequest::webSocketHandshakeDo(const QString &key, const QString &origin, const QString &… in webSocketHandshakeDo() function in EngineRequest
H A Denginerequest.h131 …virtual bool webSocketHandshakeDo(const QString &key, const QString &origin, const QString &protoc…
/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dprotocolhttp.h128 …bool webSocketHandshakeDo(const QString &key, const QString &origin, const QString &protocol) over…
H A Dprotocolhttp.cpp509 bool ProtoRequestHttp::webSocketHandshakeDo(const QString &key, const QString &origin, const QStrin… in webSocketHandshakeDo() function in ProtoRequestHttp