|
XRootD
|
Information holder for XRootDStreams. More...
Collaboration diagram for XrdCl::XRootDStreamInfo:Public Types | |
| enum | StreamStatus { Disconnected , Broken , HandShakeSent , HandShakeReceived , LoginSent , AuthSent , BindSent , EndSessionSent , Connected } |
Public Member Functions | |
| XRootDStreamInfo () | |
Public Attributes | |
| uint8_t | pathId |
| StreamStatus | status |
Information holder for XRootDStreams.
Definition at line 105 of file XrdClXRootDTransport.cc.
| Enumerator | |
|---|---|
| Disconnected | |
| Broken | |
| HandShakeSent | |
| HandShakeReceived | |
| LoginSent | |
| AuthSent | |
| BindSent | |
| EndSessionSent | |
| Connected | |
Definition at line 110 of file XrdClXRootDTransport.cc.
|
inline |
Definition at line 126 of file XrdClXRootDTransport.cc.
References Disconnected, pathId, and status.
| uint8_t XrdCl::XRootDStreamInfo::pathId |
Definition at line 131 of file XrdClXRootDTransport.cc.
Referenced by XRootDStreamInfo().
| StreamStatus XrdCl::XRootDStreamInfo::status |
Definition at line 130 of file XrdClXRootDTransport.cc.
Referenced by XRootDStreamInfo(), XrdCl::XRootDTransport::Disconnect(), XrdCl::XRootDTransport::HandShakeDone(), and XrdCl::XRootDTransport::NeedEncryption().