|
xrootd
|
Describe the redirection information. More...
#include <XrdClXRootDResponses.hh>

Public Member Functions | |
| RedirectInfo (const std::string &h, uint16_t p, const std::string &c) | |
| Constructor. More... | |
Public Attributes | |
| std::string | protocol |
| protocol More... | |
| std::string | host |
| host the request has been redirected to More... | |
| uint16_t | port |
| host port More... | |
| std::string | path |
| path More... | |
| std::string | cgi |
| the cgi that should be appended to the request More... | |
| std::string | token |
| additional token info More... | |
Describe the redirection information.
|
inline |
Constructor.
| std::string XrdCl::RedirectInfo::cgi |
the cgi that should be appended to the request
Referenced by XrdCl::FileStateHandler::OnStateRedirection().
| std::string XrdCl::RedirectInfo::host |
host the request has been redirected to
Referenced by XrdCl::FileStateHandler::OnStateRedirection().
| std::string XrdCl::RedirectInfo::path |
path
| uint16_t XrdCl::RedirectInfo::port |
host port
Referenced by XrdCl::FileStateHandler::OnStateRedirection().
| std::string XrdCl::RedirectInfo::protocol |
protocol
| std::string XrdCl::RedirectInfo::token |
additional token info
1.8.3.1