cwebs 0.2
WebSocket wire protocol.
ws_owire Struct Reference

Streaming parser for Web Socket wire protocol (out-bound). More...

#include <owire.h>

List of all members.

Public Attributes

void(* accept_content )(struct ws_owire *, const void *, uint64)
void(* rand )(struct ws_owire *, uint8 mask[4])
void * baton
void * prng
enum ws_owire_error error
uint64 auto_fragment
int auto_mask
uint8 data [14]
uint64 used
uint64 pass
ws_owire_state state

Detailed Description

Streaming parser for Web Socket wire protocol (out-bound).

Definition at line 55 of file owire.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions