QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
protocol_frames Struct Reference

Some protocols (HTTP, looking at you) need a few frames types depending on the type of client they're immediately sending to, so those possiblities are stored here and exposed to all protocols. More...

#include <protocols.h>

Public Attributes

GString * def
 The default frame. More...
 
GString * raw
 A raw frame. More...
 

Detailed Description

Some protocols (HTTP, looking at you) need a few frames types depending on the type of client they're immediately sending to, so those possiblities are stored here and exposed to all protocols.

Member Data Documentation

GString* protocol_frames::def

The default frame.

If no special handlers are implemented, this is used

GString* protocol_frames::raw

A raw frame.

Contains whatever raw means to the protocol.


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