- base
cef_base_t base;
Undocumented in source.
- on_client_connected
void function(cef_server_handler_t*, cef_server_t*, int) on_client_connected;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_client_disconnected
void function(cef_server_handler_t*, cef_server_t*, int) on_client_disconnected;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_http_request
void function(cef_server_handler_t*, cef_server_t*, int, const(cef_string_t)*, cef_request_t*) on_http_request;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_server_created
void function(cef_server_handler_t*, cef_server_t*) on_server_created;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_server_destroyed
void function(cef_server_handler_t*, cef_server_t*) on_server_destroyed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_web_socket_connected
void function(cef_server_handler_t*, cef_server_t* server, int) on_web_socket_connected;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_web_socket_message
void function(cef_server_handler_t*, cef_server_t*, int, const(void)*, size_t) on_web_socket_message;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_web_socket_request
void function(cef_server_handler_t*, cef_server_t*, int, const(cef_string_t)*, cef_request_t*, cef_callback_t*) on_web_socket_request;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.