|
| ChannelSwitch (BufferedTransformation &destination) |
|
| ChannelSwitch (BufferedTransformation &destination, const std::string &outChannel) |
|
void | IsolatedInitialize (const NameValuePairs ¶meters=g_nullNameValuePairs) |
|
size_t | ChannelPut2 (const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) |
| Input multiple bytes for processing on a channel.
|
|
size_t | ChannelPutModifiable2 (const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) |
|
bool | ChannelFlush (const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true) |
| Flush buffered input and/or output on a channel.
|
|
bool | ChannelMessageSeriesEnd (const std::string &channel, int propagation=-1, bool blocking=true) |
|
byte * | ChannelCreatePutSpace (const std::string &channel, size_t &size) |
|
void | AddDefaultRoute (BufferedTransformation &destination) |
|
void | RemoveDefaultRoute (BufferedTransformation &destination) |
|
void | AddDefaultRoute (BufferedTransformation &destination, const std::string &outChannel) |
|
void | RemoveDefaultRoute (BufferedTransformation &destination, const std::string &outChannel) |
|
void | AddRoute (const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel) |
|
void | RemoveRoute (const std::string &inChannel, BufferedTransformation &destination, const std::string &outChannel) |
|
bool | Flush (bool hardFlush, int propagation=-1, bool blocking=true) |
| Flush buffered input and/or output, with signal propagation.
|
|
bool | MessageSeriesEnd (int propagation=-1, bool blocking=true) |
| Marks the end of a series of messages, with signal propagation.
|
|
byte * | CreatePutSpace (size_t &size) |
| Request space which can be written into by the caller.
|
|
size_t | Put2 (const byte *inString, size_t length, int messageEnd, bool blocking) |
| Input multiple bytes for processing.
|
|
size_t | PutModifiable2 (byte *inString, size_t length, int messageEnd, bool blocking) |
| Input multiple bytes that may be modified by callee.
|
|
byte * | ChannelCreatePutSpace (const std::string &channel, size_t &size) |
| Request space which can be written into by the caller.
|
|
bool | ChannelPutModifiable (const std::string &channel, byte *inString, size_t length) |
| Input multiple bytes that may be modified by callee on a channel.
|
|
size_t | ChannelPutModifiable2 (const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) |
| Input multiple bytes that may be modified by callee on a channel.
|
|
Route input to different and/or multiple channels based on channel ID.
Definition at line 96 of file channels.h.