defuze.me
Client
|
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>
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 WebFrame * | fromStream (QIODevice *device) |
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.