xrootd
|
#include <HttpPlugInFactory.hh>
Private Member Functions | |
virtual | ~HttpPlugInFactory () |
virtual XrdCl::FilePlugIn * | CreateFile (const std::string &url) override |
Create a file plug-in for the given URL. More... | |
virtual XrdCl::FileSystemPlugIn * | CreateFileSystem (const std::string &url) override |
Create a file system plug-in for the given URL. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~PlugInFactory () |
Destructor. More... | |
|
privatevirtual |
|
overrideprivatevirtual |
Create a file plug-in for the given URL.
Implements XrdCl::PlugInFactory.
|
overrideprivatevirtual |
Create a file system plug-in for the given URL.
Implements XrdCl::PlugInFactory.