Variables | |
| static const int | hsmAuto = -1 |
| static const int | hsmMan = 1 |
| static const int | hsmOff = 0 |
| static const int | hsmOn = 1 |
| int | httpsmode = hsmAuto |
| bool | httpsspec = false |
| int | tlsCache = XrdTlsContext::scOff |
| XrdTlsContext * | xrdctx = 0 |
| bool | xrdctxVer = false |
|
static |
Definition at line 135 of file XrdHttpProtocol.cc.
|
static |
Definition at line 137 of file XrdHttpProtocol.cc.
|
static |
Definition at line 136 of file XrdHttpProtocol.cc.
|
static |
Definition at line 138 of file XrdHttpProtocol.cc.
| int XrdHttpProtoInfo::httpsmode = hsmAuto |
Definition at line 140 of file XrdHttpProtocol.cc.
Referenced by XrdHttpProtocol::Match().
| bool XrdHttpProtoInfo::httpsspec = false |
Definition at line 142 of file XrdHttpProtocol.cc.
| int XrdHttpProtoInfo::tlsCache = XrdTlsContext::scOff |
Definition at line 141 of file XrdHttpProtocol.cc.
| XrdTlsContext * XrdHttpProtoInfo::xrdctx = 0 |
Definition at line 133 of file XrdHttpProtocol.cc.
Referenced by XrdHttpProtocol::Configure(), and XrdHttpProtocol::Process().
| bool XrdHttpProtoInfo::xrdctxVer = false |
Definition at line 143 of file XrdHttpProtocol.cc.