ESP-IDF
sock_db::ws_handshake_done
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sock_db::ws_handshake_done
sock_db::ws_handshake_done field
True if it has done WebSocket handshake (if this socket is a valid WS)
Syntax
Show:
Summary
Declaration
from
esp_httpd_priv.h:77
bool
ws_handshake_done
;
Examples
References
from
examples
Code
Location
Referrer
bool
ws_handshake_done
;
/*!< True if it has done WebSocket handshake (if this socket is a valid WS) */
esp_httpd_priv.h:77
sd
->
ws_handshake_done
?
"Yes"
:
"No"
,
httpd_parse.c:756
httpd_req_new()
if
(
sd
->
ws_handshake_done
&&
sd
->
ws_handler
!=
NULL
)
{
httpd_parse.c:759
httpd_req_new()
aux
->
sd
->
ws_handshake_done
=
true
;
httpd_uri.c:323
httpd_uri()
if
(
req_aux
->
sd
->
ws_handshake_done
)
{
httpd_ws.c:107
httpd_ws_respond_server_handshake()
if
(
!
req_aux
->
sd
->
ws_handshake_done
)
{
httpd_ws.c:223
httpd_ws_check_req()
bool
is_active_ws
=
sess
->
ws_handshake_done
&&
(
!
sess
->
ws_close
)
;
httpd_ws.c:526
httpd_ws_get_fd_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sock_db::ws_handshake_done
is written by 1 function and is read by 4 functions:
httpd_uri()
All items filtered out
sock_db::ws_handshake_done
httpd_req_new()
httpd_ws_respond_server_handshake()
httpd_ws_check_req()
httpd_ws_get_fd_info()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out