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::FutureWrapper< void >, XrdCl::FutureWrapper< Response >, XrdCl::ExOpenFuncWrapper, XrdCl::TaskWrapper< Response, Return >, XrdCl::FunctionWrapper< ResponseType >, XrdCl::ZipListHandler, XrdPosixFile, XrdCl::SimpleFunctionWrapper, XrdCl::PipelineHandler, XrdCl::SyncResponseHandler, XrdPosixFileRH, and XrdSsiEvent.
Referenced by 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::NullResponseHandler, and XrdCl::PipelineHandler.
References HandleResponse().
Referenced by XrdCl::ResponseJob::Run().