#include <ClientAdapter.h>
Inheritance diagram for qpid::client::ClientAdapter:
Public Member Functions | |
ClientAdapter (std::auto_ptr< Channel > ch, Connection &, Client &) | |
Channel & | getChannel () |
void | handleHeader (boost::shared_ptr< qpid::framing::AMQHeaderBody >) |
void | handleContent (boost::shared_ptr< qpid::framing::AMQContentBody >) |
void | handleHeartbeat (boost::shared_ptr< qpid::framing::AMQHeartbeatBody >) |
Translates protocol bodies into calls on the core Channel, Connection and Client objects.
Owns a channel, has references to Connection and Client.