XRootD
Loading...
Searching...
No Matches
XrdClHttpFactory.cc File Reference
#include "XrdClHttpFactory.hh"
#include "XrdClHttpFile.hh"
#include "XrdClHttpFilesystem.hh"
#include "XrdClHttpUtil.hh"
#include "XrdClHttpOps.hh"
#include "XrdClHttpParseTimeout.hh"
#include "XrdClHttpWorker.hh"
#include "XrdCl/XrdClConstants.hh"
#include "XrdCl/XrdClDefaultEnv.hh"
#include "XrdCl/XrdClLog.hh"
#include "XrdXrootd/XrdXrootdGStream.hh"
#include "XrdVersion.hh"
#include <stdio.h>
#include <unistd.h>
Include dependency graph for XrdClHttpFactory.cc:

Go to the source code of this file.

Functions

void * XrdClGetPlugIn (const void *)
 XrdVERSIONINFO (XrdClGetPlugIn, XrdClGetPlugIn) using namespace XrdClHttp

Function Documentation

◆ XrdClGetPlugIn()

void * XrdClGetPlugIn ( const void * )

Definition at line 355 of file XrdClHttpFactory.cc.

356 {
357 return static_cast<void*>(new Factory());
358 }

Referenced by XrdVERSIONINFO().

Here is the caller graph for this function:

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdClGetPlugIn ,
XrdClGetPlugIn  )

Definition at line 33 of file ProxyPrefixPlugin.cc.

36{
37 void* XrdClGetPlugIn(const void* arg)
38 {
39 const std::map<std::string, std::string>* config =
40 static_cast< const std::map<std::string, std::string>* >(arg);
41 return static_cast<void*>(new xrdcl_proxy::ProxyFactory(config));
42 }
43}
void * XrdClGetPlugIn(const void *)
XrdCl proxy prefix plugin factory.