#include <XrdClXRootDResponses.hh>
Public Types | |
| enum | HostTypes { IsManager = kXR_isManager , IsServer = kXR_isServer , AttrCache = kXR_attrCache , AttrMeta = kXR_attrMeta , AttrProxy = kXR_attrProxy , AttrSuper = kXR_attrSuper } |
| Types of XRootD servers. More... | |
Public Member Functions | |
| ProtocolInfo (uint32_t version, uint32_t hostInfo) | |
| Constructor. | |
| uint32_t | GetHostInfo () const |
| Get host info. | |
| uint32_t | GetVersion () const |
| Get version info. | |
| bool | TestHostInfo (uint32_t flags) |
| Test host info flags. | |
Protocol response.
Definition at line 341 of file XrdClXRootDResponses.hh.
Types of XRootD servers.
| Enumerator | |
|---|---|
| IsManager | Manager. |
| IsServer | Data server. |
| AttrCache | Cache attribute. |
| AttrMeta | Meta attribute. |
| AttrProxy | Proxy attribute. |
| AttrSuper | Supervisor attribute. |
Definition at line 347 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 360 of file XrdClXRootDResponses.hh.
|
inline |
Get host info.
Definition at line 374 of file XrdClXRootDResponses.hh.
|
inline |
Get version info.
Definition at line 366 of file XrdClXRootDResponses.hh.
|
inline |
Test host info flags.
Definition at line 382 of file XrdClXRootDResponses.hh.