Asterisk - The Open Source Telephony Project
18.5.0
|
A websocket protocol implementation. More...
#include <http_websocket.h>
Data Fields | |
char * | name |
Name of the protocol. More... | |
ast_websocket_pre_callback | session_attempted |
Callback called when a new session is attempted. Optional. More... | |
ast_websocket_callback | session_established |
unsigned int | version |
Protocol version. Should be set to /ref AST_WEBSOCKET_PROTOCOL_VERSION. More... | |
A websocket protocol implementation.
Users of the Websocket API can register themselves as a websocket protocol. See ast_websocket_add_protocol2 and ast_websocket_server_add_protocol2. Simpler implementations may use only ast_websocket_add_protocol and ast_websocket_server_add_protocol.
Definition at line 112 of file http_websocket.h.
char* name |
Name of the protocol.
Definition at line 114 of file http_websocket.h.
Referenced by ast_websocket_sub_protocol_alloc(), ast_websocket_uri_cb(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), protocol_cmp_fn(), protocol_destroy_fn(), and protocol_hash_fn().
ast_websocket_pre_callback session_attempted |
Callback called when a new session is attempted. Optional.
Definition at line 123 of file http_websocket.h.
Referenced by ast_websocket_uri_cb(), and load_module().
ast_websocket_callback session_established |
Definition at line 125 of file http_websocket.h.
Referenced by ast_websocket_server_add_protocol(), ast_websocket_server_remove_protocol(), ast_websocket_uri_cb(), and load_module().
unsigned int version |
Protocol version. Should be set to /ref AST_WEBSOCKET_PROTOCOL_VERSION.
Definition at line 121 of file http_websocket.h.
Referenced by ast_websocket_sub_protocol_alloc(), and ParsingContext::next().