|
XRootD
|
#include <XrdClXRootDMsgHandler.hh>
Collaboration diagram for XrdCl::RedirectEntry: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 |
| XRootDStatus | status |
| URL | to |
| Type | type |
Definition at line 70 of file XrdClXRootDMsgHandler.hh.
| Enumerator | |
|---|---|
| EntryRedirect | |
| EntryRedirectOnWait | |
| EntryRetry | |
| EntryWait | |
Definition at line 72 of file XrdClXRootDMsgHandler.hh.
Definition at line 80 of file XrdClXRootDMsgHandler.hh.
|
inline |
Definition at line 91 of file XrdClXRootDMsgHandler.hh.
References EntryRedirect, EntryRedirectOnWait, EntryRetry, EntryWait, from, to, and type.
| URL XrdCl::RedirectEntry::from |
Definition at line 86 of file XrdClXRootDMsgHandler.hh.
Referenced by RedirectEntry(), and ToString().
| XRootDStatus XrdCl::RedirectEntry::status |
Definition at line 89 of file XrdClXRootDMsgHandler.hh.
| URL XrdCl::RedirectEntry::to |
Definition at line 87 of file XrdClXRootDMsgHandler.hh.
Referenced by RedirectEntry(), and ToString().
| Type XrdCl::RedirectEntry::type |
Definition at line 88 of file XrdClXRootDMsgHandler.hh.
Referenced by RedirectEntry(), and ToString().