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