Go to the documentation of this file.
19 #ifndef __XRD_CL_POST_CHANNEL_HH__
20 #define __XRD_CL_POST_CHANNEL_HH__
41 class VirtualRedirector;
42 class TickGeneratorTask;
189 #endif // __XRD_CL_POST_CHANNEL_HH__
Status ForceDisconnect()
Force disconnect of all streams.
void SetOnConnectHandler(Job *onConnJob)
Set the on-connect handler for data streams.
Message status handler.
Definition: XrdClPostMasterInterfaces.hh:168
std::vector< Stream * > pStreams
Definition: XrdClChannel.hh:180
Definition: XrdSysPthread.hh:166
Status Receive(Message *&msg, MessageFilter *filter, time_t expires)
Status Receive(IncomingMsgHandler *handler, time_t expires)
Interface for socket pollers.
Definition: XrdClPoller.hh:87
const URL & GetURL() const
Get the URL.
Definition: XrdClChannel.hh:74
A synchronized queue.
Definition: XrdClJobManager.hh:51
TickGeneratorTask * pTickGenerator
Definition: XrdClChannel.hh:184
The message representation used throughout the system.
Definition: XrdClMessage.hh:30
Status QueryTransport(uint16_t query, AnyObject &result)
TransportHandler * pTransport
Definition: XrdClChannel.hh:178
Status Send(Message *msg, OutgoingMsgHandler *handler, bool stateful, time_t expires)
Channel(const URL &url, Poller *poller, TransportHandler *transport, TaskManager *taskManager, JobManager *jobManager)
XrdSysMutex pMutex
Definition: XrdClChannel.hh:181
void Tick(time_t now)
Handle a time event.
Definition: XrdClTaskManager.hh:76
A synchronize queue for incoming data.
Definition: XrdClInQueue.hh:36
Message filter.
Definition: XrdClPostMasterInterfaces.hh:47
JobManager * pJobManager
Definition: XrdClChannel.hh:185
Message handler.
Definition: XrdClPostMasterInterfaces.hh:69
void RegisterEventHandler(ChannelEventHandler *handler)
Register channel event handler.
URL pUrl
Definition: XrdClChannel.hh:176
A communication channel between the client and the server.
Definition: XrdClChannel.hh:49
InQueue pIncoming
Definition: XrdClChannel.hh:183
uint16_t NbConnectedStrm()
Get the number of connected data streams.
Definition: XrdClAnyObject.hh:26
void RemoveEventHandler(ChannelEventHandler *handler)
Remove a channel event handler.
AnyObject pChannelData
Definition: XrdClChannel.hh:182
Procedure execution status.
Definition: XrdClStatus.hh:110
URL representation.
Definition: XrdClURL.hh:31
Interface for a job to be run by the job manager.
Definition: XrdClJobManager.hh:34
TaskManager * pTaskManager
Definition: XrdClChannel.hh:179
Channel event handler.
Definition: XrdClPostMasterInterfaces.hh:221
Perform the handshake and the authentication for each physical stream.
Definition: XrdClPostMasterInterfaces.hh:303
Definition: XrdClAnyObject.hh:33
Status Send(Message *msg, bool stateful, time_t expires)
Poller * pPoller
Definition: XrdClChannel.hh:177