|
xrootd
|
#include <XrdClXRootDMsgHandler.hh>

Public Types | |
| enum | Type { EntryRedirect, EntryRedirectOnWait, EntryRetry, EntryWait } |
Public Member Functions | |
| RedirectEntry (const URL &from, const URL &to, Type type) | |
| std::string | ToString (bool prevok=true) |
Public Attributes | |
| URL | from |
| URL | to |
| Type | type |
| XRootDStatus | status |
|
inline |
References EntryRedirect, EntryRedirectOnWait, EntryRetry, EntryWait, from, XrdCl::URL::GetLocation(), to, and type.
| URL XrdCl::RedirectEntry::from |
Referenced by ToString().
| XRootDStatus XrdCl::RedirectEntry::status |
| URL XrdCl::RedirectEntry::to |
Referenced by ToString().
| Type XrdCl::RedirectEntry::type |
Referenced by ToString().