![]() |
XRootD
|
#include <XProtocol.hh>
Public Types | |
enum | ExpectFlags { kXR_ExpMask = 0x0f , kXR_ExpNone = 0x00 , kXR_ExpBind = 0x01 , kXR_ExpGPF = 0x02 , kXR_ExpLogin = 0x03 , kXR_ExpTPC = 0x04 , kXR_ExpGPFA = 0x08 } |
enum | RequestFlags { kXR_secreqs = 0x01 , kXR_ableTLS = 0x02 , kXR_wantTLS = 0x04 , kXR_bifreqs = 0x08 } |
Public Attributes | |
kXR_int32 | clientpv |
kXR_int32 | dlen |
kXR_char | expect |
kXR_char | flags |
kXR_unt16 | requestid |
kXR_char | reserved [10] |
kXR_char | streamid [2] |
Definition at line 555 of file XProtocol.hh.
Enumerator | |
---|---|
kXR_ExpMask | |
kXR_ExpNone | |
kXR_ExpBind | |
kXR_ExpGPF | |
kXR_ExpLogin | |
kXR_ExpTPC | |
kXR_ExpGPFA |
Definition at line 571 of file XProtocol.hh.
Enumerator | |
---|---|
kXR_secreqs | |
kXR_ableTLS | |
kXR_wantTLS | |
kXR_bifreqs |
Definition at line 564 of file XProtocol.hh.
kXR_int32 ClientProtocolRequest::clientpv |
Definition at line 558 of file XProtocol.hh.
Referenced by XrdCl::XRootDTransport::GenerateDescription(), XrdCl::XRootDTransport::MarshallRequest(), and XrdCl::FileSystem::Protocol().
kXR_int32 ClientProtocolRequest::dlen |
Definition at line 562 of file XProtocol.hh.
kXR_char ClientProtocolRequest::expect |
Definition at line 560 of file XProtocol.hh.
kXR_char ClientProtocolRequest::flags |
Definition at line 559 of file XProtocol.hh.
kXR_unt16 ClientProtocolRequest::requestid |
Definition at line 557 of file XProtocol.hh.
Referenced by XrdCl::FileSystem::Protocol().
kXR_char ClientProtocolRequest::reserved[10] |
Definition at line 561 of file XProtocol.hh.
kXR_char ClientProtocolRequest::streamid[2] |
Definition at line 556 of file XProtocol.hh.