Public Member Functions | |
| ConnErrJob (const URL &url, const XRootDStatus &status, std::function< void(const URL &, const XRootDStatus &)> handler) | |
| void | Run (void *arg) |
| The job logic. | |
| Public Member Functions inherited from XrdCl::Job | |
| virtual | ~Job () |
| Virtual destructor. | |
Public Attributes | |
| std::function< void(const URL &, const XRootDStatus &)> | handler |
| XRootDStatus | status |
| URL | url |
Definition at line 40 of file XrdClPostMaster.cc.
|
inline |
Definition at line 42 of file XrdClPostMaster.cc.
|
inlinevirtual |
| std::function<void( const URL&, const XRootDStatus& )> XrdCl::ConnErrJob::handler |
Definition at line 57 of file XrdClPostMaster.cc.
Referenced by ConnErrJob(), and Run().
| XRootDStatus XrdCl::ConnErrJob::status |
Definition at line 56 of file XrdClPostMaster.cc.
Referenced by ConnErrJob(), and Run().
| URL XrdCl::ConnErrJob::url |
Definition at line 55 of file XrdClPostMaster.cc.
Referenced by ConnErrJob(), and Run().