jabberd2  2.3.4
Data Fields
_sx_websocket_conn_st Struct Reference

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
 

Detailed Description

a single conn

Definition at line 177 of file plugins.h.

Field Documentation

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
int _sx_websocket_conn_st::header_value
pool_t _sx_websocket_conn_st::p
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
xht _sx_websocket_conn_st::headers
void* _sx_websocket_conn_st::frame

Definition at line 184 of file plugins.h.

Referenced by _sx_websocket_free(), and _sx_websocket_rio().


The documentation for this struct was generated from the following file: