Wrapper class for raw response handler (ResponseHandler). More...
#include <XrdClOperationHandlers.hh>
Public Member Functions | |
| RawWrapper (ResponseHandler *handler) | |
| virtual void | HandleResponseWithHosts (XRootDStatus *status, AnyObject *response, 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 ResponseHandler * | Wrap (std::function< void(XRootDStatus &, AnyObject &)> func) |
| static ResponseHandler * | Wrap (std::function< void(XRootDStatus *, AnyObject *)> func) |
Wrapper class for raw response handler (ResponseHandler).
Definition at line 585 of file XrdClOperationHandlers.hh.
|
inline |
Constructor
| handler | : the actual operation handler |
Definition at line 594 of file XrdClOperationHandlers.hh.
|
inlinevirtual |
Callback method (
Note: does not delete itself because it is assumed that it is owned by the PipelineHandler (
Reimplemented from XrdCl::ResponseHandler.
Definition at line 604 of file XrdClOperationHandlers.hh.