![]() |
XRootD
|
Information holder for XRootDStreams. More...
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.
uint8_t XrdCl::XRootDStreamInfo::pathId |
Definition at line 131 of file XrdClXRootDTransport.cc.
StreamStatus XrdCl::XRootDStreamInfo::status |
Definition at line 130 of file XrdClXRootDTransport.cc.
Referenced by XrdCl::XRootDTransport::Disconnect(), XrdCl::XRootDTransport::HandShakeDone(), and XrdCl::XRootDTransport::NeedEncryption().