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. | |
Public Attributes | |
| uint16_t | step |
| Handshake step. | |
| Message * | out |
| Message to be sent out. | |
| Message * | in |
| Message that has been received. | |
| const URL * | url |
| Destination URL. | |
| uint16_t | streamId |
| Stream number. | |
| uint16_t | subStreamId |
| Sub-stream id. | |
| time_t | startTime |
| Timestamp of when the handshake started. | |
| const void * | serverAddr |
| Server address in the form of sockaddr. | |
| std::string | clientName |
| Client name (an IPv6 representation). | |
| std::string | streamName |
| Name of the stream. | |
Data structure that carries the handshake information.
| XrdCl::HandShakeData::HandShakeData | ( | const URL * | addr, | |
| uint16_t | stream, | |||
| uint16_t | subStream | |||
| ) | [inline] |
Constructor.
| std::string XrdCl::HandShakeData::clientName |
Client name (an IPv6 representation).
Message that has been received.
Message to be sent out.
| const void* XrdCl::HandShakeData::serverAddr |
Server address in the form of sockaddr.
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.
| const URL* XrdCl::HandShakeData::url |
Destination URL.
1.6.1