Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Public Attributes | List of all members
THttpLongPollEngine::QueueItem Struct Reference

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...
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/net/http/src/THttpLongPollEngine.h>

Constructor & Destructor Documentation

◆ QueueItem()

THttpLongPollEngine::QueueItem::QueueItem ( bool  bin,
std::string &&  data,
const std::string &  hdr = "" 
)
inline

Definition at line 30 of file THttpLongPollEngine.h.

Member Data Documentation

◆ fBinary

bool THttpLongPollEngine::QueueItem::fBinary {false}

! is binary data

Definition at line 27 of file THttpLongPollEngine.h.

◆ fData

std::string THttpLongPollEngine::QueueItem::fData

! text or binary data

Definition at line 28 of file THttpLongPollEngine.h.

◆ fHdr

std::string THttpLongPollEngine::QueueItem::fHdr

! optional header for raw data

Definition at line 29 of file THttpLongPollEngine.h.

Collaboration diagram for THttpLongPollEngine::QueueItem:
[legend]

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