Channel event handler.
More...
#include <XrdClPostMasterInterfaces.hh>
Events that may have occurred to the channel.
| Enumerator |
|---|
| StreamReady |
The stream has become connected.
|
| StreamBroken |
The stream is broken.
|
| FatalError |
Stream has been broken and won't be recovered.
|
| virtual XrdCl::ChannelEventHandler::~ChannelEventHandler |
( |
| ) |
|
|
inlinevirtual |
| virtual bool XrdCl::ChannelEventHandler::OnChannelEvent |
( |
ChannelEvent |
event, |
|
|
Status |
status, |
|
|
uint16_t |
stream |
|
) |
| |
|
pure virtual |
Event callback
- Parameters
-
| event | the event that has occurred |
| stream | the stream concerned |
| status | the status info |
- Returns
- true if the handler should be kept false if it should be removed from further consideration
The documentation for this class was generated from the following file: