|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|

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 | suppress_connection_msgs |
| char * | userinfo |
| int | version |
Definition at line 1216 of file res_http_websocket.c.
| char* accept_protocol |
the protocol accepted by the server
Definition at line 1226 of file res_http_websocket.c.
Referenced by ast_websocket_client_accept_protocol(), websocket_client_destroy(), and websocket_client_handshake_get_response().
| struct ast_tcptls_session_args* args |
tcptls connection arguments
Definition at line 1230 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 1218 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), websocket_client_handle_response_code(), and websocket_client_handshake().
| char* key |
unique key used during server handshaking
Definition at line 1222 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 1224 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 1220 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 1232 of file res_http_websocket.c.
Referenced by websocket_client_connect(), websocket_client_destroy(), websocket_client_handshake(), and websocket_client_handshake_get_response().
| int suppress_connection_msgs |
Suppress connection log messages
Definition at line 1236 of file res_http_websocket.c.
Referenced by websocket_client_create(), and websocket_client_handle_response_code().
| char* userinfo |
Authentication userid:password
Definition at line 1234 of file res_http_websocket.c.
Referenced by websocket_client_create(), websocket_client_destroy(), and websocket_client_handshake().
| int version |
websocket protocol version
Definition at line 1228 of file res_http_websocket.c.
Referenced by ParsingContext::next(), websocket_client_create(), and websocket_client_handshake().