Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char * | accept_protocol |
struct ast_tcptls_session_args * | args |
char * | host |
char * | key |
char * | protocols |
struct ast_str * | resource_name |
struct ast_tcptls_session_instance * | ser |
int | version |
Definition at line 1191 of file res_http_websocket.c.
char* accept_protocol |
the protocol accepted by the server
Definition at line 1201 of file res_http_websocket.c.
Referenced by websocket_client_destroy(), and websocket_client_handshake_get_response().
struct ast_tcptls_session_args* args |
tcptls connection arguments
Definition at line 1205 of file res_http_websocket.c.
Referenced by websocket_client_connect(), websocket_client_create(), and websocket_client_destroy().
char* host |
host portion of client uri
Definition at line 1193 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), websocket_client_handle_response_code(), websocket_client_handshake(), and Registration::write().
char* key |
unique key used during server handshaking
Definition at line 1197 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), websocket_client_handshake(), and websocket_client_handshake_get_response().
char* protocols |
container for registered protocols
Definition at line 1199 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), websocket_client_handshake(), and websocket_client_handshake_get_response().
struct ast_str* resource_name |
path for logical websocket connection
Definition at line 1195 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), and websocket_client_handshake().
struct ast_tcptls_session_instance* ser |
tcptls connection instance
Definition at line 1207 of file res_http_websocket.c.
Referenced by websocket_client_connect(), websocket_client_destroy(), websocket_client_handshake(), and websocket_client_handshake_get_response().
int version |
websocket protocol version
Definition at line 1203 of file res_http_websocket.c.
Referenced by ParsingContext::next(), websocket_client_create(), and websocket_client_handshake().