qpid::framing::BodyHandler Class Reference
Interface to handle incoming frame bodies.
More...
#include <BodyHandler.h>
List of all members.
|
Public Member Functions |
virtual void | handleBody (AMQBody *body) |
Protected Member Functions |
virtual void | handleMethod (AMQMethodBody *)=0 |
virtual void | handleHeader (AMQHeaderBody *)=0 |
virtual void | handleContent (AMQContentBody *)=0 |
virtual void | handleHeartbeat (AMQHeartbeatBody *)=0 |
Detailed Description
Interface to handle incoming frame bodies.
Derived classes provide logic for each frame type.
Definition at line 41 of file BodyHandler.h.
The documentation for this class was generated from the following file:
- /home/nsantos/projects/mrg-team/testing/magnum/f10/qpidc/qpid/cpp/src/qpid/framing/BodyHandler.h