jabberd2
2.3.4
|
a single conn More...
#include <plugins.h>
Data Fields | |
http_parser | parser |
_sx_websocket_state_t | state |
int | header_value |
pool_t | p |
spool | field |
spool | value |
xht | headers |
void * | frame |
http_parser _sx_websocket_conn_st::parser |
Definition at line 178 of file plugins.h.
Referenced by _sx_websocket_new(), and _sx_websocket_rio().
_sx_websocket_state_t _sx_websocket_conn_st::state |
Definition at line 179 of file plugins.h.
Referenced by _sx_websocket_new(), _sx_websocket_rio(), libwebsock_close_with_reason(), and libwebsock_fail_connection().
int _sx_websocket_conn_st::header_value |
Definition at line 180 of file plugins.h.
Referenced by _sx_websocket_http_header_field(), _sx_websocket_http_header_value(), and _sx_websocket_http_headers_complete().
pool_t _sx_websocket_conn_st::p |
Definition at line 181 of file plugins.h.
Referenced by _sx_websocket_free(), _sx_websocket_http_header_field(), _sx_websocket_http_header_value(), and _sx_websocket_new().
spool _sx_websocket_conn_st::field |
Definition at line 182 of file plugins.h.
Referenced by _sx_websocket_http_header_field(), and _sx_websocket_new().
spool _sx_websocket_conn_st::value |
Definition at line 182 of file plugins.h.
Referenced by _sx_websocket_http_header_field(), _sx_websocket_http_header_value(), and _sx_websocket_new().
xht _sx_websocket_conn_st::headers |
Definition at line 183 of file plugins.h.
Referenced by _sx_websocket_http_header_field(), _sx_websocket_new(), and _sx_websocket_rio().
void* _sx_websocket_conn_st::frame |
Definition at line 184 of file plugins.h.
Referenced by _sx_websocket_free(), and _sx_websocket_rio().