![]() |
XRootD
|
#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 618 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
hdlr | : the ResponseHandler that should be wrapped |
Definition at line 637 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method, simply forwards the given handler
hdlr | : the ResponseHandler that should be wrapped |
Definition at line 626 of file XrdClOperationHandlers.hh.
|
inlinestatic |
A factory method
ftr | : the std::future that should be wrapped |
Definition at line 648 of file XrdClOperationHandlers.hh.