![]() |
XRootD
|
Data structure that carries the handshake information. More...
#include <XrdClPostMasterInterfaces.hh>
Public Member Functions | |
HandShakeData (const URL *addr, uint16_t subStream) | |
Constructor. More... | |
Public Attributes | |
std::string | clientName |
Client name (an IPv6 representation) More... | |
Message * | in |
Message that has been received. More... | |
Message * | out |
Message to be sent out. More... | |
const XrdNetAddr * | serverAddr |
Server address. More... | |
time_t | startTime |
Timestamp of when the handshake started. More... | |
uint16_t | step |
Handshake step. More... | |
std::string | streamName |
Name of the stream. More... | |
uint16_t | subStreamId |
Sub-stream id. More... | |
const URL * | url |
Destination URL. More... | |
Data structure that carries the handshake information.
Definition at line 243 of file XrdClPostMasterInterfaces.hh.
|
inline |
Constructor.
Definition at line 248 of file XrdClPostMasterInterfaces.hh.
std::string XrdCl::HandShakeData::clientName |
Client name (an IPv6 representation)
Definition at line 260 of file XrdClPostMasterInterfaces.hh.
Message* XrdCl::HandShakeData::in |
Message that has been received.
Definition at line 254 of file XrdClPostMasterInterfaces.hh.
Message* XrdCl::HandShakeData::out |
Message to be sent out.
Definition at line 253 of file XrdClPostMasterInterfaces.hh.
const XrdNetAddr* XrdCl::HandShakeData::serverAddr |
Server address.
Definition at line 259 of file XrdClPostMasterInterfaces.hh.
time_t XrdCl::HandShakeData::startTime |
Timestamp of when the handshake started.
Definition at line 257 of file XrdClPostMasterInterfaces.hh.
uint16_t XrdCl::HandShakeData::step |
Handshake step.
Definition at line 252 of file XrdClPostMasterInterfaces.hh.
std::string XrdCl::HandShakeData::streamName |
Name of the stream.
Definition at line 261 of file XrdClPostMasterInterfaces.hh.
Referenced by XrdCl::XRootDTransport::HandShake().
uint16_t XrdCl::HandShakeData::subStreamId |
Sub-stream id.
Definition at line 256 of file XrdClPostMasterInterfaces.hh.
Referenced by XrdCl::XRootDTransport::HandShake(), XrdCl::XRootDTransport::HandShakeDone(), and XrdCl::XRootDTransport::NeedEncryption().
const URL* XrdCl::HandShakeData::url |
Destination URL.
Definition at line 255 of file XrdClPostMasterInterfaces.hh.