![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 45 of file 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 |
Inheritance diagram for XrdClientLogConnection:
Collaboration diagram for XrdClientLogConnection:| XrdClientLogConnection::XrdClientLogConnection | ( | XrdClientSid * | sidmgr | ) |
|
virtual |
|
inline |
Definition at line 59 of file XrdClientLogConnection.hh.
Referenced by XrdProofConn::TryConnect().
| UnsolRespProcResult XrdClientLogConnection::ProcessUnsolicitedMsg | ( | XrdClientUnsolMsgSender * | sender, |
| XrdClientMessage * | unsolmsg | ||
| ) |
| int XrdClientLogConnection::ReadRaw | ( | void * | buffer, |
| int | BufferLength | ||
| ) |
|
inline |
Definition at line 68 of file XrdClientLogConnection.hh.
|
inline |
Definition at line 74 of file XrdClientLogConnection.hh.
Referenced by XrdProofConn::TryConnect().
| int XrdClientLogConnection::WriteRaw | ( | const void * | buffer, |
| int | BufferLength, | ||
| int | substreamid | ||
| ) |
|
private |
Definition at line 48 of file XrdClientLogConnection.hh.
Referenced by GetPhyConnection().
|
private |
Definition at line 53 of file XrdClientLogConnection.hh.
|
private |
Definition at line 51 of file XrdClientLogConnection.hh.
Referenced by Streamid().