xrootd
|
Handle an async response. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
virtual | ~ResponseHandler () |
virtual void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
virtual void | HandleResponse (XRootDStatus *status, AnyObject *response) |
Handle an async response.
|
inlinevirtual |
|
inlinevirtual |
Called when a response to associated request arrives or an error occurs
status | status of the request |
response | an object associated with the response (request dependent) |
Reimplemented in XrdCl::PipelineHandler, XrdCl::FutureWrapper< void >, XrdCl::FutureWrapper< Response >, XrdCl::ExOpenFuncWrapper, XrdCl::TaskWrapper< void, Return >, XrdCl::TaskWrapper< Response, Return >, XrdCl::FunctionWrapper< void >, XrdCl::FunctionWrapper< Response >, XrdCl::UnpackXAttr, XrdCl::UnpackXAttrStatus, XrdCl::SyncResponseHandler, XrdCl::ZipListHandler, XrdSsiEvent, XrdPosixFileRH, and XrdPosixFile.
Referenced by XrdCl::UnpackXAttrStatus::HandleResponse(), XrdCl::UnpackXAttr::HandleResponse(), and HandleResponseWithHosts().
|
inlinevirtual |
Called when a response to associated request arrives or an error occurs
status | status of the request |
response | an object associated with the response (request dependent) |
hostList | list of hosts the request was redirected to |
Reimplemented in XrdCl::PipelineHandler, XrdCl::FinalizeHandler, and XrdCl::NullResponseHandler.
References HandleResponse().
Referenced by XrdCl::FinalizeHandler::HandleResponseWithHosts(), XrdCl::ResponseJob::Run(), and XrdCl::FinalizeHandler::~FinalizeHandler().