|
xrootd
|
Data structure that carries the handshake information. More...
#include <XrdClPostMasterInterfaces.hh>

Public Member Functions | |
| HandShakeData (const URL *addr, uint16_t stream, uint16_t subStream) | |
| Constructor. More... | |
Public Attributes | |
| uint16_t | step |
| Handshake step. More... | |
| Message * | out |
| Message to be sent out. More... | |
| Message * | in |
| Message that has been received. More... | |
| const URL * | url |
| Destination URL. More... | |
| uint16_t | streamId |
| Stream number. More... | |
| uint16_t | subStreamId |
| Sub-stream id. More... | |
| time_t | startTime |
| Timestamp of when the handshake started. More... | |
| const XrdNetAddr * | serverAddr |
| Server address. More... | |
| std::string | clientName |
| Client name (an IPv6 representation) More... | |
| std::string | streamName |
| Name of the stream. More... | |
Data structure that carries the handshake information.
|
inline |
Constructor.
| std::string XrdCl::HandShakeData::clientName |
Client name (an IPv6 representation)
| const XrdNetAddr* XrdCl::HandShakeData::serverAddr |
Server address.
| time_t XrdCl::HandShakeData::startTime |
Timestamp of when the handshake started.
| uint16_t XrdCl::HandShakeData::step |
Handshake step.
| uint16_t XrdCl::HandShakeData::streamId |
Stream number.
| std::string XrdCl::HandShakeData::streamName |
Name of the stream.
| uint16_t XrdCl::HandShakeData::subStreamId |
Sub-stream id.
1.8.5