25#ifndef __XRD_CL_POST_MASTER_INTERFACES_HH__
26#define __XRD_CL_POST_MASTER_INTERFACES_HH__
141 uint32_t &bytesRead )
143 (void)msg; (void)socket; (void)bytesRead;
159 (void)event; (void)streamNum; (void)status;
189 (void)msg; (void)streamNum;
197 virtual bool IsRaw()
const {
return false; }
210 uint32_t &bytesRead )
212 (void)socket; (void)bytesRead;
249 uint16_t stream ) = 0;
295 static const uint16_t
Name = 1;
296 static const uint16_t
Auth = 2;
423 uint16_t subStreamId ) = 0;
Definition: XrdClAnyObject.hh:33
Channel event handler.
Definition: XrdClPostMasterInterfaces.hh:221
virtual bool OnChannelEvent(ChannelEvent event, Status status, uint16_t stream)=0
ChannelEvent
Events that may have occurred to the channel.
Definition: XrdClPostMasterInterfaces.hh:227
@ StreamBroken
The stream is broken.
Definition: XrdClPostMasterInterfaces.hh:229
@ StreamReady
The stream has become connected.
Definition: XrdClPostMasterInterfaces.hh:228
@ FatalError
Stream has been broken and won't be recovered.
Definition: XrdClPostMasterInterfaces.hh:230
virtual ~ChannelEventHandler()
Destructor.
Definition: XrdClPostMasterInterfaces.hh:236
Message handler.
Definition: XrdClPostMasterInterfaces.hh:69
Action
Actions to be taken after a message is processed by the handler.
Definition: XrdClPostMasterInterfaces.hh:75
@ Raw
Definition: XrdClPostMasterInterfaces.hh:80
@ Ignore
Ignore the message.
Definition: XrdClPostMasterInterfaces.hh:77
@ Take
Take ownership over the message.
Definition: XrdClPostMasterInterfaces.hh:76
@ RemoveHandler
Definition: XrdClPostMasterInterfaces.hh:78
@ NoProcess
Definition: XrdClPostMasterInterfaces.hh:83
virtual ~IncomingMsgHandler()
Event types that the message handler may receive.
Definition: XrdClPostMasterInterfaces.hh:103
virtual void Process(Message *msg)
Definition: XrdClPostMasterInterfaces.hh:126
virtual uint16_t GetSid() const =0
virtual Status ReadMessageBody(Message *msg, int socket, uint32_t &bytesRead)
Definition: XrdClPostMasterInterfaces.hh:139
virtual uint16_t Examine(Message *msg)=0
StreamEvent
Events that may have occurred to the stream.
Definition: XrdClPostMasterInterfaces.hh:92
@ Broken
The stream is broken.
Definition: XrdClPostMasterInterfaces.hh:94
@ Timeout
The declared timeout has occurred.
Definition: XrdClPostMasterInterfaces.hh:95
@ Ready
The stream has become connected.
Definition: XrdClPostMasterInterfaces.hh:93
@ FatalError
Stream has been broken and won't be recovered.
Definition: XrdClPostMasterInterfaces.hh:96
virtual uint8_t OnStreamEvent(StreamEvent event, uint16_t streamNum, Status status)
Definition: XrdClPostMasterInterfaces.hh:155
Message filter.
Definition: XrdClPostMasterInterfaces.hh:47
virtual uint16_t GetSid() const =0
virtual ~MessageFilter()
Definition: XrdClPostMasterInterfaces.hh:49
virtual bool Filter(const Message *msg)=0
The message representation used throughout the system.
Definition: XrdClMessage.hh:30
Message status handler.
Definition: XrdClPostMasterInterfaces.hh:168
virtual void OnReadyToSend(Message *msg, uint16_t streamNum)
Definition: XrdClPostMasterInterfaces.hh:187
virtual void OnStatusReady(const Message *message, Status status)=0
The requested action has been performed and the status is available.
virtual ~OutgoingMsgHandler()
Definition: XrdClPostMasterInterfaces.hh:170
virtual Status WriteMessageBody(int socket, uint32_t &bytesRead)
Definition: XrdClPostMasterInterfaces.hh:209
virtual bool IsRaw() const
Definition: XrdClPostMasterInterfaces.hh:197
Perform the handshake and the authentication for each physical stream.
Definition: XrdClPostMasterInterfaces.hh:303
virtual void MessageSent(Message *msg, uint16_t streamId, uint16_t subStream, uint32_t bytesSent, AnyObject &channelData)=0
Notify the transport about a message having been sent.
StreamAction
Stream actions that may be triggered by incoming control messages.
Definition: XrdClPostMasterInterfaces.hh:310
@ NoAction
No action.
Definition: XrdClPostMasterInterfaces.hh:311
@ DigestMsg
Definition: XrdClPostMasterInterfaces.hh:312
@ RequestClose
Send a close request.
Definition: XrdClPostMasterInterfaces.hh:322
@ AbortStream
Definition: XrdClPostMasterInterfaces.hh:314
@ HoldStream
Stop sending requests [not yet implemented].
Definition: XrdClPostMasterInterfaces.hh:321
@ CloseStream
Definition: XrdClPostMasterInterfaces.hh:317
@ ResumeStream
Definition: XrdClPostMasterInterfaces.hh:319
virtual bool IsStreamTTLElapsed(time_t inactiveTime, uint16_t streamId, AnyObject &channelData)=0
Check if the stream should be disconnected.
virtual Status IsStreamBroken(time_t inactiveTime, uint16_t streamId, AnyObject &channelData)=0
virtual Status GetBody(Message *message, int socket)=0
virtual uint16_t SubStreamNumber(AnyObject &channelData)=0
Return a number of substreams per stream that should be created.
virtual void InitializeChannel(AnyObject &channelData)=0
Initialize channel.
virtual PathID Multiplex(Message *msg, AnyObject &channelData, PathID *hint=0)=0
virtual Status Query(uint16_t query, AnyObject &result, AnyObject &channelData)=0
Query the channel.
virtual Status GetHeader(Message *message, int socket)=0
virtual void FinalizeChannel(AnyObject &channelData)=0
Finalize channel.
virtual PathID MultiplexSubStream(Message *msg, uint16_t streamId, AnyObject &channelData, PathID *hint=0)=0
virtual uint16_t StreamNumber(AnyObject &channelData)=0
Return a number of streams that should be created.
virtual ~TransportHandler()
Definition: XrdClPostMasterInterfaces.hh:326
virtual void Disconnect(AnyObject &channelData, uint16_t streamId, uint16_t subStreamId)=0
The stream has been disconnected, do the cleanups.
virtual Status HandShake(HandShakeData *handShakeData, AnyObject &channelData)=0
HandHake.
virtual uint32_t MessageReceived(Message *msg, uint16_t streamId, uint16_t subStream, AnyObject &channelData)=0
Check if the message invokes a stream action.
URL representation.
Definition: XrdClURL.hh:31
Definition: XrdNetAddr.hh:42
Definition: XrdClAnyObject.hh:26
const uint16_t stOK
Everything went OK.
Definition: XrdClStatus.hh:31
const uint16_t suDone
Definition: XrdClStatus.hh:38
Data structure that carries the handshake information.
Definition: XrdClPostMasterInterfaces.hh:257
uint16_t streamId
Stream number.
Definition: XrdClPostMasterInterfaces.hh:269
uint16_t step
Handshake step.
Definition: XrdClPostMasterInterfaces.hh:265
time_t startTime
Timestamp of when the handshake started.
Definition: XrdClPostMasterInterfaces.hh:271
std::string streamName
Name of the stream.
Definition: XrdClPostMasterInterfaces.hh:275
std::string clientName
Client name (an IPv6 representation)
Definition: XrdClPostMasterInterfaces.hh:274
const URL * url
Destination URL.
Definition: XrdClPostMasterInterfaces.hh:268
const XrdNetAddr * serverAddr
Server address.
Definition: XrdClPostMasterInterfaces.hh:273
Message * in
Message that has been received.
Definition: XrdClPostMasterInterfaces.hh:267
HandShakeData(const URL *addr, uint16_t stream, uint16_t subStream)
Constructor.
Definition: XrdClPostMasterInterfaces.hh:261
uint16_t subStreamId
Sub-stream id.
Definition: XrdClPostMasterInterfaces.hh:270
Message * out
Message to be sent out.
Definition: XrdClPostMasterInterfaces.hh:266
Definition: XrdClPostMasterInterfaces.hh:283
uint16_t down
Definition: XrdClPostMasterInterfaces.hh:286
PathID(uint16_t u=0, uint16_t d=0)
Definition: XrdClPostMasterInterfaces.hh:284
uint16_t up
Definition: XrdClPostMasterInterfaces.hh:285
Procedure execution status.
Definition: XrdClStatus.hh:110
Definition: XrdClPostMasterInterfaces.hh:294
static const uint16_t Name
Transport name, returns const char *.
Definition: XrdClPostMasterInterfaces.hh:295
static const uint16_t Auth
Transport name, returns std::string *.
Definition: XrdClPostMasterInterfaces.hh:296