![]() |
XRootD
|
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
HostInfo () | |
HostInfo (const URL &u, bool lb=false) | |
Public Attributes | |
uint32_t | flags |
Host type. More... | |
bool | loadBalancer |
Was the host used as a load balancer. More... | |
uint32_t | protocol |
Version of the protocol the host is speaking. More... | |
URL | url |
URL of the host. More... | |
Definition at line 1109 of file XrdClXRootDResponses.hh.
|
inline |
Definition at line 1111 of file XrdClXRootDResponses.hh.
|
inline |
Definition at line 1113 of file XrdClXRootDResponses.hh.
uint32_t XrdCl::HostInfo::flags |
Host type.
Definition at line 1115 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::MessageUtils::RedirectMessage().
bool XrdCl::HostInfo::loadBalancer |
Was the host used as a load balancer.
Definition at line 1117 of file XrdClXRootDResponses.hh.
uint32_t XrdCl::HostInfo::protocol |
Version of the protocol the host is speaking.
Definition at line 1116 of file XrdClXRootDResponses.hh.
URL XrdCl::HostInfo::url |
URL of the host.
Definition at line 1118 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::XRootDMsgHandler::Process(), XrdCl::MessageUtils::SendMessage(), and XrdCl::XRootDMsgHandler::SetLoadBalancer().