XRootD
XrdCl::NullResponseHandler Class Reference

#include <XrdClMessageUtils.hh>

+ Inheritance diagram for XrdCl::NullResponseHandler:
+ Collaboration diagram for XrdCl::NullResponseHandler:

Public Member Functions

virtual void HandleResponseWithHosts (XrdCl::XRootDStatus *status, XrdCl::AnyObject *response, XrdCl::HostList *hostList)
 
- Public Member Functions inherited from XrdCl::ResponseHandler
virtual ~ResponseHandler ()
 
virtual void HandleResponse (XRootDStatus *status, AnyObject *response)
 

Additional Inherited Members

- Static Public Member Functions inherited from XrdCl::ResponseHandler
static ResponseHandlerWrap (std::function< void(XRootDStatus &, AnyObject &)> func)
 
static ResponseHandlerWrap (std::function< void(XRootDStatus *, AnyObject *)> func)
 

Detailed Description

Definition at line 114 of file XrdClMessageUtils.hh.

Member Function Documentation

◆ HandleResponseWithHosts()

virtual void XrdCl::NullResponseHandler::HandleResponseWithHosts ( XrdCl::XRootDStatus status,
XrdCl::AnyObject response,
XrdCl::HostList hostList 
)
inlinevirtual

Called when a response to associated request arrives or an error occurs

Parameters
statusstatus of the request
responsean object associated with the response (request dependent)
hostListlist of hosts the request was redirected to

Reimplemented from XrdCl::ResponseHandler.

Definition at line 120 of file XrdClMessageUtils.hh.

123  {
124  delete this;
125  }

The documentation for this class was generated from the following file: