|
xrootd
|
Information holder for xrootd channels. More...

Public Types | |
| typedef std::vector < XRootDStreamInfo > | StreamInfoVector |
Public Member Functions | |
| XRootDChannelInfo () | |
| ~XRootDChannelInfo () | |
Public Attributes | |
| uint32_t | serverFlags |
| uint32_t | protocolVersion |
| uint8_t | sessionId [16] |
| SIDManager * | sidManager |
| char * | authBuffer |
| XrdSecProtocol * | authProtocol |
| XrdSecParameters * | authParams |
| XrdOucEnv * | authEnv |
| StreamInfoVector | stream |
| std::string | streamName |
| std::string | authProtocolName |
| XrdSysMutex | mutex |
Information holder for xrootd channels.
| typedef std::vector<XRootDStreamInfo> XrdCl::XRootDChannelInfo::StreamInfoVector |
|
inline |
References sessionId, and sidManager.
|
inline |
References authBuffer, and sidManager.
| char* XrdCl::XRootDChannelInfo::authBuffer |
| XrdOucEnv* XrdCl::XRootDChannelInfo::authEnv |
| XrdSecParameters* XrdCl::XRootDChannelInfo::authParams |
| XrdSecProtocol* XrdCl::XRootDChannelInfo::authProtocol |
| std::string XrdCl::XRootDChannelInfo::authProtocolName |
Referenced by XrdCl::XRootDTransport::DoAuthentication(), and XrdCl::XRootDTransport::Query().
| XrdSysMutex XrdCl::XRootDChannelInfo::mutex |
| uint32_t XrdCl::XRootDChannelInfo::protocolVersion |
| uint32_t XrdCl::XRootDChannelInfo::serverFlags |
| uint8_t XrdCl::XRootDChannelInfo::sessionId[16] |
| SIDManager* XrdCl::XRootDChannelInfo::sidManager |
| StreamInfoVector XrdCl::XRootDChannelInfo::stream |
Referenced by XrdCl::XRootDTransport::Disconnect(), XrdCl::XRootDTransport::DoAuthentication(), XrdCl::XRootDTransport::HandShake(), XrdCl::XRootDTransport::HandShakeMain(), XrdCl::XRootDTransport::HandShakeParallel(), XrdCl::XRootDTransport::InitializeChannel(), XrdCl::XRootDTransport::MultiplexSubStream(), XrdCl::XRootDTransport::ProcessBindResp(), and XrdCl::XRootDTransport::SubStreamNumber().
| std::string XrdCl::XRootDChannelInfo::streamName |
Referenced by XrdCl::XRootDTransport::HandShake(), and XrdCl::XRootDTransport::MultiplexSubStream().
1.8.3.1