Logo ROOT  
Reference Guide
ROOT::Experimental::RWebWindow::WebConn Struct Reference

Definition at line 72 of file RWebWindow.hxx.

Public Member Functions

 WebConn ()=default
 
 WebConn (unsigned connid)
 
 WebConn (unsigned connid, bool batch_mode, const std::string &key)
 
 WebConn (unsigned connid, unsigned wsid)
 
 ~WebConn ()
 Destructor for WebConn Notify special HTTP request which blocks headless browser from exit. More...
 
void ResetStamps ()
 

Public Attributes

bool fActive {false}
 ! flag indicates if connection is active More...
 
bool fBatchMode {false}
 ! indicate if connection represent batch job More...
 
int fClientCredits {0}
 ! number of credits received from client More...
 
unsigned fConnId {0}
 ! connection id (unique inside the window) More...
 
std::unique_ptr< RWebDisplayHandlefDisplayHandle
 ! handle assigned with started web display (when exists) More...
 
bool fDoingSend {false}
 ! true when performing send operation More...
 
std::map< int, std::shared_ptr< RWebWindow > > fEmbed
 ! map of embed window for that connection, key value is channel id More...
 
std::shared_ptr< THttpCallArgfHold
 ! request used to hold headless browser More...
 
std::string fKey
 ! key value supplied to the window (when exists) More...
 
std::mutex fMutex
 ! mutex must be used to protect all following data More...
 
std::queue< QueueItemfQueue
 ! output queue More...
 
int fReady {0}
 ! 0 - not ready, 1..9 - interim, 10 - done More...
 
int fRecvCount {0}
 ! number of received packets, should return back with next sending More...
 
timestamp_t fRecvStamp
 ! last receive operation, protected with connection mutex More...
 
int fSendCredits {0}
 ! how many send operation can be performed without confirmation from other side More...
 
timestamp_t fSendStamp
 ! last server operation, always used from window thread More...
 
unsigned fWSId {0}
 ! websocket id More...
 

Constructor & Destructor Documentation

◆ WebConn() [1/4]

ROOT::Experimental::RWebWindow::WebConn::WebConn ( )
default

◆ WebConn() [2/4]

ROOT::Experimental::RWebWindow::WebConn::WebConn ( unsigned  connid)
inline

Definition at line 91 of file RWebWindow.hxx.

◆ WebConn() [3/4]

ROOT::Experimental::RWebWindow::WebConn::WebConn ( unsigned  connid,
unsigned  wsid 
)
inline

Definition at line 92 of file RWebWindow.hxx.

◆ WebConn() [4/4]

ROOT::Experimental::RWebWindow::WebConn::WebConn ( unsigned  connid,
bool  batch_mode,
const std::string &  key 
)
inline

Definition at line 93 of file RWebWindow.hxx.

◆ ~WebConn()

ROOT::Experimental::RWebWindow::WebConn::~WebConn ( )

Destructor for WebConn Notify special HTTP request which blocks headless browser from exit.

Definition at line 39 of file RWebWindow.cxx.

Member Function Documentation

◆ ResetStamps()

void ROOT::Experimental::RWebWindow::WebConn::ResetStamps ( )
inline

Definition at line 100 of file RWebWindow.hxx.

Member Data Documentation

◆ fActive

bool ROOT::Experimental::RWebWindow::WebConn::fActive {false}

! flag indicates if connection is active

Definition at line 79 of file RWebWindow.hxx.

◆ fBatchMode

bool ROOT::Experimental::RWebWindow::WebConn::fBatchMode {false}

! indicate if connection represent batch job

Definition at line 74 of file RWebWindow.hxx.

◆ fClientCredits

int ROOT::Experimental::RWebWindow::WebConn::fClientCredits {0}

! number of credits received from client

Definition at line 86 of file RWebWindow.hxx.

◆ fConnId

unsigned ROOT::Experimental::RWebWindow::WebConn::fConnId {0}

! connection id (unique inside the window)

Definition at line 73 of file RWebWindow.hxx.

◆ fDisplayHandle

std::unique_ptr<RWebDisplayHandle> ROOT::Experimental::RWebWindow::WebConn::fDisplayHandle

! handle assigned with started web display (when exists)

Definition at line 76 of file RWebWindow.hxx.

◆ fDoingSend

bool ROOT::Experimental::RWebWindow::WebConn::fDoingSend {false}

! true when performing send operation

Definition at line 87 of file RWebWindow.hxx.

◆ fEmbed

std::map<int,std::shared_ptr<RWebWindow> > ROOT::Experimental::RWebWindow::WebConn::fEmbed

! map of embed window for that connection, key value is channel id

Definition at line 89 of file RWebWindow.hxx.

◆ fHold

std::shared_ptr<THttpCallArg> ROOT::Experimental::RWebWindow::WebConn::fHold

! request used to hold headless browser

Definition at line 77 of file RWebWindow.hxx.

◆ fKey

std::string ROOT::Experimental::RWebWindow::WebConn::fKey

! key value supplied to the window (when exists)

Definition at line 75 of file RWebWindow.hxx.

◆ fMutex

std::mutex ROOT::Experimental::RWebWindow::WebConn::fMutex
mutable

! mutex must be used to protect all following data

Definition at line 82 of file RWebWindow.hxx.

◆ fQueue

std::queue<QueueItem> ROOT::Experimental::RWebWindow::WebConn::fQueue

! output queue

Definition at line 88 of file RWebWindow.hxx.

◆ fReady

int ROOT::Experimental::RWebWindow::WebConn::fReady {0}

! 0 - not ready, 1..9 - interim, 10 - done

Definition at line 81 of file RWebWindow.hxx.

◆ fRecvCount

int ROOT::Experimental::RWebWindow::WebConn::fRecvCount {0}

! number of received packets, should return back with next sending

Definition at line 84 of file RWebWindow.hxx.

◆ fRecvStamp

timestamp_t ROOT::Experimental::RWebWindow::WebConn::fRecvStamp

! last receive operation, protected with connection mutex

Definition at line 83 of file RWebWindow.hxx.

◆ fSendCredits

int ROOT::Experimental::RWebWindow::WebConn::fSendCredits {0}

! how many send operation can be performed without confirmation from other side

Definition at line 85 of file RWebWindow.hxx.

◆ fSendStamp

timestamp_t ROOT::Experimental::RWebWindow::WebConn::fSendStamp

! last server operation, always used from window thread

Definition at line 78 of file RWebWindow.hxx.

◆ fWSId

unsigned ROOT::Experimental::RWebWindow::WebConn::fWSId {0}

! websocket id

Definition at line 80 of file RWebWindow.hxx.

Collaboration diagram for ROOT::Experimental::RWebWindow::WebConn:
[legend]

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