AMQP-CPP/include
Emiel Bruijntjes d41423d5db Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic 2015-11-01 09:51:43 +01:00
..
CMakeLists.txt renamed apple.h to endian.h because it turns out that it is also used for linux systems, and removed double implemented ChannelImpl::get() function 2014-08-14 15:25:44 +02:00
address.h added "Address" class to parse "amqp://" urls 2015-10-31 18:22:41 +01:00
array.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
booleanset.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
buffer.h The Connection::parse() method can now also be called with a buffer object, which allows the user to implement the buffer much more efficiently: it no longer has to be an array 2014-08-13 13:01:27 +02:00
bytebuffer.h fixed apple incompatibility 2014-08-14 15:19:08 +02:00
callbacks.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
channel.h Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic 2015-11-01 09:51:43 +01:00
channelimpl.h Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic 2015-11-01 09:51:43 +01:00
classes.h added Channel::get() that allows one to retrieve a single message from the channel 2014-08-07 11:00:06 +01:00
connection.h added Connection::waiting() method to find out if the connection object is waiting/expecting an answer from the rabbitmq server 2015-10-31 18:26:52 +01:00
connectionhandler.h update documentation, error callbacks now get a const char * instead of a std::string 2014-04-15 14:22:30 +02:00
connectionimpl.h added Connection::waiting() method to find out if the connection object is waiting/expecting an answer from the rabbitmq server 2015-10-31 18:26:52 +01:00
decimalfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
deferred.h When a deferred handler is in error state, registering a finalize callback should also cause it to be called immediately 2015-06-12 16:48:25 +02:00
deferredcancel.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredconsumer.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
deferreddelete.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredget.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
deferredqueue.h The Channel.get().onFinalize() function was called before the Channel.get().onSuccess() method, which is strange. This has been fixed. To fix this, we had to refactor the Deferred* into shared_ptrs 2014-09-02 10:32:55 +02:00
endian.h Removed some macros for FreeBSD: Apparantly they are not needed. We might need to remove them for NetBSD and DragonFly as well 2015-07-01 09:48:56 +02:00
entityimpl.h Add pragma once 2014-04-02 15:40:35 +02:00
envelope.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
exchangetype.h Add pragma once 2014-04-02 15:40:35 +02:00
field.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
fieldproxy.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
flags.h implemented TcpConnection, so that users of the library do not have to setup their own tcp connections 2015-10-31 18:26:04 +01:00
login.h use move semantics in Login class (small optimization) 2015-10-31 18:23:24 +01:00
message.h Received messages are now moved into the callback instead of provided as a const reference 2015-04-28 10:58:49 +02:00
metadata.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
monitor.h Some bugfixes and performance enhancements 2015-04-30 14:18:18 +02:00
numericfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
outbuffer.h Fixed a bug where a frame could be sent exceeding the maximum frame size (resulting in protocol errors) and added some optimizations 2015-04-30 10:59:03 +02:00
receivedframe.h added Connection::waiting() method to find out if the connection object is waiting/expecting an answer from the rabbitmq server 2015-10-31 18:26:52 +01:00
stringfield.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
table.h Fixed a bug in the envelope, easy retrieval of field type and improved casting operators for numeric fields 2015-05-05 13:38:20 +02:00
tcpchannel.h Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic 2015-11-01 09:51:43 +01:00
tcpconnection.h Added TcpChannel class so that Connection and Channel class are once again completely protocol agnostic 2015-11-01 09:51:43 +01:00
tcphandler.h implemented TcpConnection, so that users of the library do not have to setup their own tcp connections 2015-10-31 18:26:04 +01:00
watchable.h fixed to parsing incoming tcp data 2015-11-01 09:43:17 +01:00