#include <XrdClOperationHandlers.hh>
Static Public Member Functions | |
| static ResponseHandler * | Create (ResponseHandler &hdlr) |
| static ResponseHandler * | Create (ResponseHandler *hdlr) |
| static ResponseHandler * | Create (std::future< Response > &ftr) |
A base class for factories, creates ForwardingHandlers from ResponseHandler*, ResponseHandler& and std::future<Response>
Definition at line 614 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
| hdlr | : the ResponseHandler that should be wrapped |
Definition at line 633 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
| hdlr | : the ResponseHandler that should be wrapped |
Definition at line 622 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
| ftr | : the std::future that should be wrapped |
Definition at line 644 of file XrdClOperationHandlers.hh.