Describe the redirection information. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
RedirectInfo (const std::string &h, uint16_t p, const std::string &c) | |
Constructor. | |
Public Attributes | |
std::string | protocol |
protocol | |
std::string | host |
host the request has been redirected to | |
uint16_t | port |
host port | |
std::string | path |
path | |
std::string | cgi |
the cgi that should be appended to the request | |
std::string | token |
additional token info |
Describe the redirection information.
XrdCl::RedirectInfo::RedirectInfo | ( | const std::string & | h, | |
uint16_t | p, | |||
const std::string & | c | |||
) | [inline] |
Constructor.
std::string XrdCl::RedirectInfo::cgi |
the cgi that should be appended to the request
std::string XrdCl::RedirectInfo::host |
host the request has been redirected to
std::string XrdCl::RedirectInfo::path |
path
uint16_t XrdCl::RedirectInfo::port |
host port
std::string XrdCl::RedirectInfo::protocol |
protocol
std::string XrdCl::RedirectInfo::token |
additional token info