qamqp/src
Matt Broadstone d5cc6258c6 refactor type handling in QAMQP
There are two distinctive type sets in AMQP, the basic AMQP types
and then the superset of Table value types. This commit attempts to
make that distinction more clear by the addition of a Table class.
Basically, AMQP value type read/write support is left in Frame for the
time being, while table value field read/write support has been moved
to the Table class. Also, a number of type differences exist between
the spec and rabbitmq's binary parser (noted in the errata page) which
were not previously honored.
2014-08-05 14:34:12 -04:00
..
amqp_authenticator.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_authenticator.h export it all! this may be unnecessary, more investigation needed 2014-05-28 15:33:15 -04:00
amqp_channel.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_channel.h add qos support to channel 2014-06-26 10:28:58 -04:00
amqp_channel_p.h add qos support to channel 2014-06-26 10:28:58 -04:00
amqp_client.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_client.h add tests for proper uri validation 2014-06-26 16:05:47 -04:00
amqp_client_p.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_exchange.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_exchange.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_exchange_p.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_frame.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_frame.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_global.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_message.cpp add accessors for custom headers 2014-07-21 17:08:13 -04:00
amqp_message.h add accessors for custom headers 2014-07-21 17:08:13 -04:00
amqp_message_p.h add accessors for custom headers 2014-07-21 17:08:13 -04:00
amqp_queue.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_queue.h clean up QAMQP::Queue api 2014-06-24 21:09:45 -04:00
amqp_queue_p.h clean up QAMQP::Queue api 2014-06-24 21:09:45 -04:00
amqp_table.cpp refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
amqp_table.h refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
src.pro refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00