|
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::SyncResponseHandler.
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) |
| urlList | list of hosts the request was redirected to |
Reimplemented in XrdCl::AssignLBHandler.
References HandleResponse().
Referenced by XrdCl::FileStateHandler::FailMessage(), XrdCl::XRootDMsgHandler::HandleResponse(), XrdCl::ResponseJob::Run(), and XrdCl::FileStateHandler::Stat().
1.8.3.1