xrootd
Public Member Functions | Public Attributes | List of all members
XrdCl::RedirectInfo Struct Reference

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...
 

Detailed Description

Describe the redirection information.

Constructor & Destructor Documentation

XrdCl::RedirectInfo::RedirectInfo ( const std::string &  h,
uint16_t  p,
const std::string &  c 
)
inline

Constructor.

Member Data Documentation

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


The documentation for this struct was generated from the following file: