Definition at line 173 of file XrdConfig.cc.
◆ XrdConfigProt()
| XrdConfigProt::XrdConfigProt |
( |
char * |
pn, |
|
|
char * |
ln, |
|
|
char * |
pp, |
|
|
int |
np = -1, |
|
|
bool |
to = false |
|
) |
| |
|
inline |
Definition at line 212 of file XrdConfig.cc.
215 {memset(portVec, 0,
sizeof(portVec)); port = np;
216 memset(tlsVec, 0,
sizeof(tlsVec)); dotls =
to;
static INT to(const char *buffer)
References XrdZip::to().
◆ ~XrdConfigProt()
| XrdConfigProt::~XrdConfigProt |
( |
| ) |
|
|
inline |
◆ AddPort()
| bool XrdConfigProt::AddPort |
( |
int |
pnum, |
|
|
bool |
isTLS |
|
) |
| |
|
inline |
Definition at line 190 of file XrdConfig.cc.
191 {
for (
int i = 0; i <
numP; i++)
192 if (pnum == portVec[i])
193 {tlsVec[i] = isTLS;
return true;}
195 portVec[
numP] = pnum; tlsVec[
numP] = isTLS;
static const int PortoMax
References XrdProtLoad::PortoMax.
◆ Reset()
| void XrdConfigProt::Reset |
( |
char * |
ln, |
|
|
char * |
pp, |
|
|
int |
np = -1, |
|
|
bool |
to = false |
|
) |
| |
|
inline |
Definition at line 200 of file XrdConfig.cc.
205 memset(portVec, 0,
sizeof(portVec));
207 memset(tlsVec, 0,
sizeof(tlsVec));
References XrdZip::to().
◆ libpath
| char* XrdConfigProt::libpath |
◆ Next
◆ numP
◆ parms
| char* XrdConfigProt::parms |
◆ proname
| char* XrdConfigProt::proname |
The documentation for this class was generated from the following file: