#include <XrdSsiFileResource.hh>
|
| enum | Affinity {
Default
, None
, Weak
, Strong
,
Strict
} |
| |
| std::string | rName |
| | -> Name of the resource to be used
|
| |
| std::string | rUser |
| | -> Name of the resource user (nil if anonymous)
|
| |
| std::string | rInfo |
| | -> Additional information in CGI format
|
| |
| std::string | hAvoid |
| | -> Comma separated list of hosts to avoid
|
| |
| XrdSsiEntity * | client |
| | -> Pointer to client identification (server-side)
|
| |
| Affinity | affinity |
| | Resource affinity.
|
| |
| uint32_t | rOpts |
| | Resource options. One or more of he following:
|
| |
| static const uint32_t | Reusable = 1 |
| |
| static const uint32_t | Discard = 2 |
| |
Resource context may be cached and reused
|
| |
◆ XrdSsiFileResource()
| XrdSsiFileResource::XrdSsiFileResource |
( |
| ) |
|
|
inline |
◆ ~XrdSsiFileResource()
| XrdSsiFileResource::~XrdSsiFileResource |
( |
| ) |
|
|
inline |
◆ Init()
| void XrdSsiFileResource::Init |
( |
const char * |
path, |
|
|
XrdOucEnv & |
envP, |
|
|
bool |
aDNS |
|
) |
| |
◆ mySec
The documentation for this class was generated from the following file: