#include <OutputInterceptor.h>


Public Member Functions | |
| OutputInterceptor (cluster::Connection &p, sys::ConnectionOutputHandler &h) | |
| void | send (framing::AMQFrame &f) |
| void | activateOutput () |
| void | close () |
| size_t | getBuffered () const |
| void | deliverDoOutput (size_t requested) |
| bool | doOutput () |
| void | setOutputHandler (sys::ConnectionOutputHandler &h) |
Public Attributes | |
| cluster::Connection & | parent |
Definition at line 39 of file OutputInterceptor.h.
1.5.6