xbmc
|
Public Member Functions | |
virtual bool | IsFragmented () const |
virtual bool | IsComplete () const |
virtual bool | AddFrame (const CWebSocketFrame *frame) |
virtual const std::vector< const CWebSocketFrame * > & | GetFrames () const |
virtual void | Clear () |
Protected Attributes | |
std::vector< const CWebSocketFrame * > | m_frames |
bool | m_fragmented |
bool | m_complete |