|
xrootd
|
#include <XrdClOperationHandlers.hh>


Public Member Functions | |
| FinalizeHandler (ResponseHandler *handler) | |
| virtual | ~FinalizeHandler () |
| Destructor. More... | |
| 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) |
Private Attributes | |
| std::atomic< ResponseHandler * > | handler |
| The actual operation handler. More... | |
Wrapper class for Pipeline ResponseHandlers.
Makes sure that in case the pipeline has failed before the actual handler could be called
|
inline |
Constructor
| handler | : the actual operation handler |
|
inlinevirtual |
Destructor.
References XrdCl::errPipelineFailed, handler, XrdCl::ResponseHandler::HandleResponseWithHosts(), and XrdCl::stError.
|
inlinevirtual |
Callback method (
Note: does not delete itself because it is assumed that it is owned by the PipelineHandler (
Reimplemented from XrdCl::ResponseHandler.
References handler, and XrdCl::ResponseHandler::HandleResponseWithHosts().
|
private |
The actual operation handler.
Referenced by HandleResponseWithHosts(), and ~FinalizeHandler().