XRootD
XrdHttpProtoInfo Namespace Reference

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::ClientAuthSetting tlsClientAuth = XrdTlsContext::ClientAuthSetting::kOn
 
XrdTlsContextxrdctx = 0
 
bool xrdctxVer = false
 

Variable Documentation

◆ hsmAuto

const int XrdHttpProtoInfo::hsmAuto = -1
static

Definition at line 134 of file XrdHttpProtocol.cc.

◆ hsmMan

const int XrdHttpProtoInfo::hsmMan = 1
static

Definition at line 136 of file XrdHttpProtocol.cc.

◆ hsmOff

const int XrdHttpProtoInfo::hsmOff = 0
static

Definition at line 135 of file XrdHttpProtocol.cc.

◆ hsmOn

const int XrdHttpProtoInfo::hsmOn = 1
static

Definition at line 137 of file XrdHttpProtocol.cc.

◆ httpsmode

int XrdHttpProtoInfo::httpsmode = hsmAuto

Definition at line 139 of file XrdHttpProtocol.cc.

Referenced by XrdHttpProtocol::Match().

◆ httpsspec

bool XrdHttpProtoInfo::httpsspec = false

Definition at line 142 of file XrdHttpProtocol.cc.

◆ tlsCache

int XrdHttpProtoInfo::tlsCache = XrdTlsContext::scOff

Definition at line 140 of file XrdHttpProtocol.cc.

◆ tlsClientAuth

XrdTlsContext::ClientAuthSetting XrdHttpProtoInfo::tlsClientAuth = XrdTlsContext::ClientAuthSetting::kOn

Definition at line 141 of file XrdHttpProtocol.cc.

Referenced by XrdHttpProtocol::Process().

◆ xrdctx

XrdTlsContext * XrdHttpProtoInfo::xrdctx = 0

Definition at line 132 of file XrdHttpProtocol.cc.

Referenced by XrdHttpProtocol::Configure(), and XrdHttpProtocol::Process().

◆ xrdctxVer

bool XrdHttpProtoInfo::xrdctxVer = false

Definition at line 143 of file XrdHttpProtocol.cc.