#include <XrdClXRootDResponses.hh>
Public Member Functions | |
virtual | ~ResponseHandler () |
virtual void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, HostList *hostList) |
virtual void | HandleResponse (XRootDStatus *status, AnyObject *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) |
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) | |
hostList | list of hosts the request was redirected to |