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.
| virtual XrdCl::ResponseHandler::~ResponseHandler | ( | ) | [inline, virtual] |
| virtual void XrdCl::ResponseHandler::HandleResponse | ( | XRootDStatus * | status, | |
| AnyObject * | response | |||
| ) | [inline, virtual] |
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) |
Referenced by HandleResponseWithHosts().
| virtual void XrdCl::ResponseHandler::HandleResponseWithHosts | ( | XRootDStatus * | status, | |
| AnyObject * | response, | |||
| HostList * | hostList | |||
| ) | [inline, virtual] |
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 |
References HandleResponse().
1.6.1