#include <XrdClientLogConnection.hh>
Public Member Functions | |
XrdClientLogConnection (XrdClientSid *sidmgr) | |
virtual | ~XrdClientLogConnection () |
XrdClientPhyConnection * | GetPhyConnection () |
UnsolRespProcResult | ProcessUnsolicitedMsg (XrdClientUnsolMsgSender *sender, XrdClientMessage *unsolmsg) |
int | ReadRaw (void *buffer, int BufferLength) |
void | SetPhyConnection (XrdClientPhyConnection *PhyConn) |
int | WriteRaw (const void *buffer, int BufferLength, int substreamid) |
kXR_unt16 | Streamid () |
Private Attributes | |
XrdClientPhyConnection * | fPhyConnection |
kXR_unt16 | fStreamid |
XrdClientSid * | fSidManager |
XrdClientLogConnection::XrdClientLogConnection | ( | XrdClientSid * | sidmgr | ) |
virtual XrdClientLogConnection::~XrdClientLogConnection | ( | ) | [virtual] |
XrdClientPhyConnection* XrdClientLogConnection::GetPhyConnection | ( | ) | [inline] |
References fPhyConnection.
UnsolRespProcResult XrdClientLogConnection::ProcessUnsolicitedMsg | ( | XrdClientUnsolMsgSender * | sender, | |
XrdClientMessage * | unsolmsg | |||
) | [virtual] |
Implements XrdClientAbsUnsolMsgHandler.
int XrdClientLogConnection::ReadRaw | ( | void * | buffer, | |
int | BufferLength | |||
) |
void XrdClientLogConnection::SetPhyConnection | ( | XrdClientPhyConnection * | PhyConn | ) | [inline] |
References fPhyConnection.
int XrdClientLogConnection::WriteRaw | ( | const void * | buffer, | |
int | BufferLength, | |||
int | substreamid | |||
) |
Referenced by GetPhyConnection(), and SetPhyConnection().
XrdClientSid* XrdClientLogConnection::fSidManager [private] |
kXR_unt16 XrdClientLogConnection::fStreamid [private] |
Referenced by Streamid().