![]() |
XRootD
|
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) |
![]() | |
virtual | ~ResponseHandler () |
virtual void | HandleResponse (XRootDStatus *status, AnyObject *response) |
Additional Inherited Members | |
![]() | |
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 577 of file XrdClOperationHandlers.hh.
|
inline |
Constructor
handler | : the actual operation handler |
Definition at line 586 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 596 of file XrdClOperationHandlers.hh.
References XrdCl::ResponseHandler::HandleResponseWithHosts().