xrootd
|
#include <XrdSsiFileResource.hh>
Public Member Functions | |
void | Init (const char *path, XrdOucEnv &envP, bool aDNS) |
XrdSsiFileResource () | |
~XrdSsiFileResource () | |
![]() | |
XrdSsiResource (std::string rname, std::string havoid="", std::string ruser="", std::string rinfo="", uint32_t ropts=0, Affinity raff=Default) | |
More... | |
~XrdSsiResource () | |
Destructor. More... | |
Private Attributes | |
XrdSsiEntity | mySec |
Additional Inherited Members | |
![]() | |
enum | Affinity { Default, None, Weak, Strong, Strict } |
![]() | |
std::string | rName |
-> Name of the resource to be used More... | |
std::string | rUser |
-> Name of the resource user (nil if anonymous) More... | |
std::string | rInfo |
-> Additional information in CGI format More... | |
std::string | hAvoid |
-> Comma separated list of hosts to avoid More... | |
XrdSsiEntity * | client |
-> Pointer to client identification (server-side) More... | |
Affinity | affinity |
Resource affinity. More... | |
uint32_t | rOpts |
Resource options. One or more of he following: More... | |
![]() | |
static const uint32_t | Reusable = 1 |
static const uint32_t | Discard = 2 |
More... | |
|
inline |
|
inline |
void XrdSsiFileResource::Init | ( | const char * | path, |
XrdOucEnv & | envP, | ||
bool | aDNS | ||
) |
|
private |