#include <XrdClXRootDResponses.hh>
Public Member Functions | |
| HostInfo () | |
| HostInfo (const URL &u, bool lb=false) | |
| virtual | ~HostInfo () |
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 1166 of file XrdClXRootDResponses.hh.
|
inline |
Definition at line 1168 of file XrdClXRootDResponses.hh.
References flags, loadBalancer, and protocol.
|
inline |
Definition at line 1170 of file XrdClXRootDResponses.hh.
References flags, loadBalancer, protocol, and url.
|
inlinevirtual |
Definition at line 1172 of file XrdClXRootDResponses.hh.
| uint32_t XrdCl::HostInfo::flags |
Host type.
Definition at line 1174 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 1176 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 1175 of file XrdClXRootDResponses.hh.
Referenced by HostInfo(), and HostInfo().
| URL XrdCl::HostInfo::url |
URL of the host.
Definition at line 1177 of file XrdClXRootDResponses.hh.
Referenced by HostInfo(), XrdCl::MessageUtils::SendMessage(), and XrdCl::XRootDMsgHandler::SetLoadBalancer().