XRootD
TPC Namespace Reference

Classes

struct  CurlDeleter
 
class  State
 
class  Stream
 
class  TPCHandler
 

Typedefs

using ManagedCurlHandle = std::unique_ptr< CURL, CurlDeleter >
 

Enumerations

enum  LogMask {
  Debug = 0x01 ,
  Info = 0x02 ,
  Warning = 0x04 ,
  Error = 0x08 ,
  All = 0xff
}
 
enum class  TpcType {
  Pull ,
  Push
}
 

Typedef Documentation

◆ ManagedCurlHandle

using TPC::ManagedCurlHandle = typedef std::unique_ptr<CURL, CurlDeleter>

Definition at line 45 of file XrdHttpTpcTPC.hh.

Enumeration Type Documentation

◆ LogMask

Enumerator
Debug 
Info 
Warning 
Error 
All 

Definition at line 29 of file XrdHttpTpcTPC.hh.

29  {
30  Debug = 0x01,
31  Info = 0x02,
32  Warning = 0x04,
33  Error = 0x08,
34  All = 0xff
35 };
bool Debug
@ Error
@ Warning

◆ TpcType

enum TPC::TpcType
strong
Enumerator
Pull 
Push 

Definition at line 37 of file XrdHttpTpcTPC.hh.

37  {
38  Pull,
39  Push
40 };