ROOT 6.14/05 Reference Guide |
Definition at line 26 of file THttpLongPollEngine.h.
Public Member Functions | |
QueueItem (bool bin, std::string &&data, const std::string &hdr="") | |
Public Attributes | |
bool | fBinary {false} |
! is binary data More... | |
std::string | fData |
! text or binary data More... | |
std::string | fHdr |
! optional header for raw data More... | |
|
inline |
Definition at line 30 of file THttpLongPollEngine.h.
bool THttpLongPollEngine::QueueItem::fBinary {false} |
! is binary data
Definition at line 27 of file THttpLongPollEngine.h.
std::string THttpLongPollEngine::QueueItem::fData |
! text or binary data
Definition at line 28 of file THttpLongPollEngine.h.
std::string THttpLongPollEngine::QueueItem::fHdr |
! optional header for raw data
Definition at line 29 of file THttpLongPollEngine.h.