Data structure that carries the handshake information. More...
#include <XrdClPostMasterInterfaces.hh>
Public Member Functions | |
HandShakeData (const URL *addr, uint16_t subStream) | |
Constructor. |
Public Attributes | |
std::string | clientName |
Client name (an IPv6 representation) | |
Message * | in |
Message that has been received. | |
Message * | out |
Message to be sent out. | |
const XrdNetAddr * | serverAddr |
Server address. | |
time_t | startTime |
Timestamp of when the handshake started. | |
uint16_t | step |
Handshake step. | |
std::string | streamName |
Name of the stream. | |
uint16_t | subStreamId |
Sub-stream id. | |
const URL * | url |
Destination URL. |
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.
References in, out, serverAddr, startTime, step, subStreamId, and url.
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.
Referenced by HandShakeData().
Message* XrdCl::HandShakeData::out |
Message to be sent out.
Definition at line 253 of file XrdClPostMasterInterfaces.hh.
Referenced by HandShakeData().
const XrdNetAddr* XrdCl::HandShakeData::serverAddr |
Server address.
Definition at line 259 of file XrdClPostMasterInterfaces.hh.
Referenced by HandShakeData().
time_t XrdCl::HandShakeData::startTime |
Timestamp of when the handshake started.
Definition at line 257 of file XrdClPostMasterInterfaces.hh.
Referenced by HandShakeData().
uint16_t XrdCl::HandShakeData::step |
Handshake step.
Definition at line 252 of file XrdClPostMasterInterfaces.hh.
Referenced by HandShakeData().
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 HandShakeData(), 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.
Referenced by HandShakeData().