![]() |
XRootD
|
XrdCl proxy prefix plugin factory. More...
#include <ProxyPrefixPlugin.hh>
Public Member Functions | |
ProxyFactory (const std::map< std::string, std::string > *config) | |
virtual | ~ProxyFactory () |
Destructor. More... | |
virtual XrdCl::FilePlugIn * | CreateFile (const std::string &url) |
Create a file plug-in for the given URL. More... | |
virtual XrdCl::FileSystemPlugIn * | CreateFileSystem (const std::string &url) |
Create a file system plug-in for the given URL. More... | |
![]() | |
virtual | ~PlugInFactory () |
Destructor. More... | |
XrdCl proxy prefix plugin factory.
Definition at line 35 of file ProxyPrefixPlugin.hh.
xrdcl_proxy::ProxyFactory::ProxyFactory | ( | const std::map< std::string, std::string > * | config | ) |
Construtor
config | map containing configuration parameters |
Definition at line 50 of file ProxyPrefixPlugin.cc.
References XrdCl::Log::Error(), and XrdCl::DefaultEnv::GetLog().
|
virtual |
|
virtual |
Create a file plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 90 of file ProxyPrefixPlugin.cc.
|
virtual |
Create a file system plug-in for the given URL.
Implements XrdCl::PlugInFactory.
Definition at line 99 of file ProxyPrefixPlugin.cc.
References XrdCl::Log::Error(), and XrdCl::DefaultEnv::GetLog().