Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <SendContent.h>
Public Member Functions | |
SendContent (FrameHandler &_handler, uint16_t _maxFrameSize, uint frameCount) | |
void | operator() (const AMQFrame &f) |
Currently only works on content frames but this could be changed once we support multi-frame segments in general.
Definition at line 37 of file SendContent.h.
qpid::framing::SendContent::SendContent | ( | FrameHandler & | _handler, | |
uint16_t | _maxFrameSize, | |||
uint | frameCount | |||
) |
void qpid::framing::SendContent::operator() | ( | const AMQFrame & | f | ) |