Public Member Functions | |
HandleIncMsgJob (IncomingMsgHandler *handler) | |
virtual | ~HandleIncMsgJob () |
virtual void | Run (void *arg) |
The job logic. | |
Private Attributes | |
IncomingMsgHandler * | pHandler |
XrdCl::Stream::HandleIncMsgJob::HandleIncMsgJob | ( | IncomingMsgHandler * | handler | ) | [inline] |
virtual XrdCl::Stream::HandleIncMsgJob::~HandleIncMsgJob | ( | ) | [inline, virtual] |
virtual void XrdCl::Stream::HandleIncMsgJob::Run | ( | void * | arg | ) | [inline, virtual] |
The job logic.
Implements XrdCl::Job.
References pHandler, and XrdCl::IncomingMsgHandler::Process().
Referenced by Run().