Classes | |
struct | read_list |
struct | write_list |
Enumerations | |
enum | RespType { kXR_FinalResult = 0x00, kXR_PartialResult = 0x01, kXR_ProgressInfo = 0x02 } |
Variables | |
static const int | kXR_pgPageSZ = 4096 |
static const int | kXR_pgUnitSZ = kXR_pgPageSZ + sizeof(kXR_unt32) |
static const kXR_char | kXR_AnyPath = 0xff |
static const int | kXR_pgRetry = 0x01 |
static const int | kXR_statusBodyLen = sizeof(ServerResponseBody_Status) |
enum XrdProto::RespType |
const kXR_char XrdProto::kXR_AnyPath = 0xff [static] |
const int XrdProto::kXR_pgPageSZ = 4096 [static] |
const int XrdProto::kXR_pgRetry = 0x01 [static] |
const int XrdProto::kXR_pgUnitSZ = kXR_pgPageSZ + sizeof(kXR_unt32) [static] |
const int XrdProto::kXR_statusBodyLen = sizeof(ServerResponseBody_Status) [static] |