|
XRootD
|
#include <XrdHttpTpcPool.hh>
Collaboration diagram for TPC::TPCRequestManager::TPCRequest:Public Member Functions | |
| TPCRequest (const std::string &label, const int scitag, CURL *handle) | |
| void | Cancel () |
| CURL * | GetHandle () const |
| std::string | GetLabel () const |
| std::string | GetRemoteConnDesc () |
| int | GetScitag () const |
| bool | IsActive () const |
| void | SetActive () |
| void | SetDone (int status, const std::string &msg) |
| void | UpdateRemoteConnDesc () |
| int | WaitFor (std::chrono::steady_clock::duration) |
Static Public Member Functions | |
| static std::string | GenerateIdentifier (const std::string &label, const char *vorg, const int scitag) |
Definition at line 40 of file XrdHttpTpcPool.hh.
|
inline |
Definition at line 42 of file XrdHttpTpcPool.hh.
| void TPCRequestManager::TPCRequest::Cancel | ( | ) |
Definition at line 318 of file XrdHttpTpcPool.cc.
|
static |
Definition at line 328 of file XrdHttpTpcPool.cc.
| CURL * TPCRequestManager::TPCRequest::GetHandle | ( | ) | const |
Definition at line 320 of file XrdHttpTpcPool.cc.
| std::string TPCRequestManager::TPCRequest::GetLabel | ( | ) | const |
Definition at line 326 of file XrdHttpTpcPool.cc.
Referenced by TPC::TPCRequestManager::Produce().
Here is the caller graph for this function:| std::string TPCRequestManager::TPCRequest::GetRemoteConnDesc | ( | ) |
Definition at line 377 of file XrdHttpTpcPool.cc.
| int TPCRequestManager::TPCRequest::GetScitag | ( | ) | const |
Definition at line 322 of file XrdHttpTpcPool.cc.
| bool TPCRequestManager::TPCRequest::IsActive | ( | ) | const |
Definition at line 324 of file XrdHttpTpcPool.cc.
| void TPCRequestManager::TPCRequest::SetActive | ( | ) |
Definition at line 316 of file XrdHttpTpcPool.cc.
| void TPCRequestManager::TPCRequest::SetDone | ( | int | status, |
| const std::string & | msg ) |
Definition at line 382 of file XrdHttpTpcPool.cc.
| void TPCRequestManager::TPCRequest::UpdateRemoteConnDesc | ( | ) |
Definition at line 343 of file XrdHttpTpcPool.cc.
| int TPCRequestManager::TPCRequest::WaitFor | ( | std::chrono::steady_clock::duration | dur | ) |
Definition at line 389 of file XrdHttpTpcPool.cc.