xrootd
|
Protocol response. More...
#include <XrdClXRootDResponses.hh>
Public Types | |
enum | HostTypes { IsManager = kXR_isManager, IsServer = kXR_isServer, 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. More... | |
uint32_t | GetVersion () const |
Get version info. More... | |
uint32_t | GetHostInfo () const |
Get host info. More... | |
bool | TestHostInfo (uint32_t flags) |
Test host info flags. More... | |
Private Attributes | |
uint32_t | pVersion |
uint32_t | pHostInfo |
Protocol response.
|
inline |
Constructor.
|
inline |
Get host info.
References pHostInfo.
|
inline |
Get version info.
References pVersion.
|
inline |
Test host info flags.
References pHostInfo.
|
private |
Referenced by GetHostInfo(), and TestHostInfo().
|
private |
Referenced by GetVersion().