defuze.me  Client
Public Member Functions | Static Public Member Functions
Network::WebFrame Class Reference

This class is a part of the C++/Qt implementation of the WebSocket protocol It represents a network frame (sent or received) It supports frame concatenation, data masking, multiframe encoding. More...

#include <webframe.hpp>

List of all members.

Public Member Functions

 WebFrame (const QByteArray &binary)
 WebFrame (const QString &text)
void append (QIODevice *device)
bool complete () const
const QByteArray & content () const
QByteArray encoded ()
bool isMultiFrame () const
int remainingFrames () const

Static Public Member Functions

static WebFramefromStream (QIODevice *device)

Detailed Description

This class is a part of the C++/Qt implementation of the WebSocket protocol It represents a network frame (sent or received) It supports frame concatenation, data masking, multiframe encoding.

Definition at line 31 of file webframe.hpp.


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