|
xrootd
|
A job class for redirect handling in the thread-pool. More...
#include <XrdClRedirectorRegistry.hh>


Public Member Functions | |
| RedirectJob (IncomingMsgHandler *handler) | |
| Constructor. More... | |
| virtual | ~RedirectJob () |
| Destructor. More... | |
| virtual void | Run (void *arg) |
| Run the user handler. More... | |
Public Member Functions inherited from XrdCl::Job | |
| virtual | ~Job () |
| Virtual destructor. More... | |
Private Attributes | |
| IncomingMsgHandler * | pHandler |
A job class for redirect handling in the thread-pool.
|
inline |
Constructor.
|
inlinevirtual |
Destructor.
|
virtual |
Run the user handler.
Implements XrdCl::Job.
|
private |