libwebsockets
Lightweight C library for HTML5 websockets
lws_conn Class Reference
Inheritance diagram for lws_conn:
lws_conn_listener

Public Member Functions

void set_wsi (struct lws *_wsi)
 
int actual_onRX (Socket *s)
 
void onRX (Socket *s)
 
void onError (Socket *s, socket_error_t err)
 
void onDisconnect (TCPStream *s)
 
void onSent (Socket *s, uint16_t len)
 
void serialized_writeable (struct lws *wsi)
 

Data Fields

TCPStream * ts
 
struct lws * wsi
 
char writeable
 
char awaiting_on_writeable
 

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