wss_server sample
start_wss_echo_server()
is only used within wss_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
wss_server sample
start_wss_echo_server()
start_wss_echo_server() function
Syntax
Show:
Summary
Declaration
from
wss_server_example.c:180
static
httpd_handle_t
start_wss_echo_server
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
httpd_handle_t
start_wss_echo_server
(
void
)
wss_server_example.c:180
*
server
=
start_wss_echo_server
(
)
;
wss_server_example.c:249
connect_handler()
Call Tree
from
examples
start_wss_echo_server()
is called by 1 function and calls 6 functions:
connect_handler()
All items filtered out
start_wss_echo_server()
esp_log_timestamp()
esp_log_write()
httpd_register_uri_handler()
httpd_ssl_start()
wss_keep_alive_start()
wss_keep_alive_set_user_ctx()
All items filtered out
Data Use
from
examples
start_wss_echo_server()
reads 13 variables and writes 11 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
httpd_ssl_transport_mode_t::HTTPD_SSL_TRANSPORT_SECURE
httpd_ssl_config::httpd
TAG
max_clients
wss_open_fd()
wss_close_fd()
client_not_alive_cb()
check_client_alive_cb()
All items filtered out
start_wss_echo_server()
httpd_config::close_fn
httpd_config::max_open_sockets
httpd_config::global_user_ctx
httpd_config::open_fn
httpd_ssl_config::servercert
httpd_ssl_config::servercert_len
httpd_ssl_config::prvtkey_pem
httpd_ssl_config::prvtkey_len
wss_keep_alive_config_t::max_clients
wss_keep_alive_config_t::check_client_alive_cb
wss_keep_alive_config_t::client_not_alive_cb
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