Logo ROOT  
Reference Guide
XrdClientLogConnection Class Reference

Definition at line 45 of file XrdClientLogConnection.hh.

Public Member Functions

 XrdClientLogConnection (XrdClientSid *sidmgr)
 
virtual ~XrdClientLogConnection ()
 
XrdClientPhyConnectionGetPhyConnection ()
 
UnsolRespProcResult ProcessUnsolicitedMsg (XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg)
 
int ReadRaw (void *buffer, int BufferLength)
 
void SetPhyConnection (XrdClientPhyConnection *PhyConn)
 
kXR_unt16 Streamid ()
 
int WriteRaw (const void *buffer, int BufferLength, int substreamid)
 
- Public Member Functions inherited from XrdClientAbsUnsolMsgHandler
virtual ~XrdClientAbsUnsolMsgHandler ()
 
virtual UnsolRespProcResult ProcessUnsolicitedMsg (XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg)=0
 
- Public Member Functions inherited from XrdClientUnsolMsgSender
 XrdClientUnsolMsgSender ()
 
virtual ~XrdClientUnsolMsgSender ()
 
UnsolRespProcResult SendUnsolicitedMsg (XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg)
 

Private Attributes

XrdClientPhyConnectionfPhyConnection
 
XrdClientSid * fSidManager
 
kXR_unt16 fStreamid
 

Additional Inherited Members

- Public Attributes inherited from XrdClientUnsolMsgSender
XrdClientAbsUnsolMsgHandlerUnsolicitedMsgHandler
 

#include </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-00-patches/proof/xrdinc/XrdClient/XrdClientLogConnection.hh>

Inheritance diagram for XrdClientLogConnection:
[legend]

Constructor & Destructor Documentation

◆ XrdClientLogConnection()

XrdClientLogConnection::XrdClientLogConnection ( XrdClientSid *  sidmgr)

◆ ~XrdClientLogConnection()

virtual XrdClientLogConnection::~XrdClientLogConnection ( )
virtual

Member Function Documentation

◆ GetPhyConnection()

XrdClientPhyConnection * XrdClientLogConnection::GetPhyConnection ( )
inline

Definition at line 59 of file XrdClientLogConnection.hh.

◆ ProcessUnsolicitedMsg()

UnsolRespProcResult XrdClientLogConnection::ProcessUnsolicitedMsg ( XrdClientUnsolMsgSender sender,
XrdClientMessage unsolmsg 
)
virtual

◆ ReadRaw()

int XrdClientLogConnection::ReadRaw ( void buffer,
int  BufferLength 
)

◆ SetPhyConnection()

void XrdClientLogConnection::SetPhyConnection ( XrdClientPhyConnection PhyConn)
inline

Definition at line 68 of file XrdClientLogConnection.hh.

◆ Streamid()

kXR_unt16 XrdClientLogConnection::Streamid ( )
inline

Definition at line 74 of file XrdClientLogConnection.hh.

◆ WriteRaw()

int XrdClientLogConnection::WriteRaw ( const void buffer,
int  BufferLength,
int  substreamid 
)

Member Data Documentation

◆ fPhyConnection

XrdClientPhyConnection* XrdClientLogConnection::fPhyConnection
private

Definition at line 48 of file XrdClientLogConnection.hh.

◆ fSidManager

XrdClientSid* XrdClientLogConnection::fSidManager
private

Definition at line 53 of file XrdClientLogConnection.hh.

◆ fStreamid

kXR_unt16 XrdClientLogConnection::fStreamid
private

Definition at line 51 of file XrdClientLogConnection.hh.


The documentation for this class was generated from the following file: