#include <Tee.h>
Inheritance diagram for ht::example::Tee:

Public Member Functions | |
| virtual void | process (const ByteBuffer &buf) |
| virtual void | connect (Node *node) |
| Connect a node to the Tee. | |
| void | disconnect (Node *n) |
| Disconnect a node from the Tee. | |
| virtual void | configured () |
| Test that the Tee has two connections. | |
| void ht::example::Tee::process | ( | const ByteBuffer & | buf | ) | [virtual] |
Do something with a block of data
Implements ht::example::BlockReader.
1.5.2