#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. | |
virtual XrdCl::FileSystemPlugIn * | CreateFileSystem (const std::string &url) override |
Create a file system plug-in for the given URL. |
virtual HttpPlugInFactory::~HttpPlugInFactory | ( | ) | [private, virtual] |
virtual XrdCl::FilePlugIn* HttpPlugInFactory::CreateFile | ( | const std::string & | url | ) | [override, private, virtual] |
Create a file plug-in for the given URL.
Implements XrdCl::PlugInFactory.
virtual XrdCl::FileSystemPlugIn* HttpPlugInFactory::CreateFileSystem | ( | const std::string & | url | ) | [override, private, virtual] |
Create a file system plug-in for the given URL.
Implements XrdCl::PlugInFactory.