XRootD
Loading...
Searching...
No Matches
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 = 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};

◆ TpcType

enum class TPC::TpcType
strong
Enumerator
Pull 
Push 

Definition at line 37 of file XrdHttpTpcTPC.hh.

37 {
38 Pull,
39 Push
40};