XRootD
Loading...
Searching...
No Matches
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
bool tlsClientAuth = true
XrdTlsContextxrdctx = 0
bool xrdctxVer = false

Variable Documentation

◆ hsmAuto

const int XrdHttpProtoInfo::hsmAuto = -1
static

Definition at line 144 of file XrdHttpProtocol.cc.

◆ hsmMan

const int XrdHttpProtoInfo::hsmMan = 1
static

Definition at line 146 of file XrdHttpProtocol.cc.

◆ hsmOff

const int XrdHttpProtoInfo::hsmOff = 0
static

Definition at line 145 of file XrdHttpProtocol.cc.

◆ hsmOn

const int XrdHttpProtoInfo::hsmOn = 1
static

Definition at line 147 of file XrdHttpProtocol.cc.

◆ httpsmode

int XrdHttpProtoInfo::httpsmode = hsmAuto

Definition at line 149 of file XrdHttpProtocol.cc.

Referenced by XrdHttpProtocol::Match().

◆ httpsspec

bool XrdHttpProtoInfo::httpsspec = false

Definition at line 152 of file XrdHttpProtocol.cc.

◆ tlsCache

int XrdHttpProtoInfo::tlsCache = XrdTlsContext::scOff

Definition at line 150 of file XrdHttpProtocol.cc.

◆ tlsClientAuth

bool XrdHttpProtoInfo::tlsClientAuth = true

Definition at line 151 of file XrdHttpProtocol.cc.

Referenced by XrdHttpProtocol::Process().

◆ xrdctx

XrdTlsContext * XrdHttpProtoInfo::xrdctx = 0

Definition at line 142 of file XrdHttpProtocol.cc.

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

◆ xrdctxVer

bool XrdHttpProtoInfo::xrdctxVer = false

Definition at line 153 of file XrdHttpProtocol.cc.