cwebs 0.2
WebSocket wire protocol.
ws_iwire Struct Reference

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

#include <iwire.h>

List of all members.

Public Attributes

void(* new_message )(struct ws_iwire *)
void(* end_message )(struct ws_iwire *)
void(* new_fragment )(struct ws_iwire *, uint64)
void(* end_fragment )(struct ws_iwire *)
void(* accept_content )(struct ws_iwire *, const void *, uint64)
void * baton
int code
int eval
int last
int usem
int good
ws_iwire_state state
uint8 data [8]
uint64 size
uint8 mask [4]
uint64 used
uint64 pass

Detailed Description

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

Definition at line 51 of file iwire.h.


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