MCPcopy Create free account

hub / github.com/CopernicaMarketingSoftware/AMQP-CPP / functions

Functions1,099 in github.com/CopernicaMarketingSoftware/AMQP-CPP

Methodprocess
* Process the filedescriptor in the object * @param monitor Object to check if connection still exists * @param fd The
src/linux_tcp/sslshutdown.h:107
Methodprocess
* Process the filedescriptor in the object * @param monitor Monitor to check if the object is still alive * @param fd File
src/linux_tcp/tcpconnected.h:129
Methodprocess
* Process the TCP connection * This method should be called when the filedescriptor that is registered * in the event loop becomes active. You sh
src/linux_tcp/tcpconnection.cpp:93
MethodprocessBasicFrame
* Process a basic frame * @param connection * @return bool */
src/receivedframe.cpp:297
MethodprocessChannelFrame
* Process a channel frame * @param connection * @return bool */
src/receivedframe.cpp:213
MethodprocessConfirmFrame
* Process a confirm frame * @param connection * @return bool */
src/receivedframe.cpp:334
MethodprocessConnectionFrame
* Process a connection frame * @param connection * @return bool */
src/receivedframe.cpp:182
MethodprocessExchangeFrame
* Process an exchange frame * @param connection * @return bool */
src/receivedframe.cpp:238
MethodprocessHeaderFrame
* Process a header frame * @param connection * @return bool */
src/receivedframe.cpp:380
MethodprocessMethodFrame
* Process a method frame * @param connection * @return bool */
src/receivedframe.cpp:156
MethodprocessQueueFrame
* Process a queue frame * @param connection * @return bool */
src/receivedframe.cpp:268
MethodprocessTransactionFrame
* Process a transaction frame * @param connection * @return bool */
src/receivedframe.cpp:355
MethodprotocolIDMajor
* return the protocol major version, should be 0 * @return uint8_t */
src/protocolheaderframe.h:104
MethodprotocolIDMinor
* return the protocol minor version, should be 9 * @return uint8_t */
src/protocolheaderframe.h:113
MethodprotocolOk
* What is the state of the connection - is the protocol handshake completed? * @return bool */
include/amqpcpp/connectionimpl.h:194
Methodpublish
* Publish a message to an exchange * * @param exchange the exchange to publish to * @param routingkey the routing key * @param envelope
src/channelimpl.cpp:489
Methodpublish
include/amqpcpp/tagger.h:132
Methodpublish
* Publish a message to an exchange * * You have to supply the name of an exchange and a routing key. RabbitMQ will then try * to se
include/amqpcpp/channel.h:406
Methodqueued
* Number of bytes in the outgoing buffer * @return std::size_t */
src/linux_tcp/sslhandshake.h:159
Methodqueued
* Number of bytes in the outgoing buffer * @return std::size_t */
src/linux_tcp/sslconnected.h:345
Methodqueued
* The number of outgoing bytes queued on this connection. * @return size_t */
src/linux_tcp/tcpstate.h:64
Methodqueued
* Number of bytes in the outgoing buffer * @return std::size_t */
src/linux_tcp/tcpresolver.h:248
Methodqueued
* Number of bytes in the outgoing buffer * @return std::size_t */
src/linux_tcp/tcpconnected.h:120
Methodqueued
* The number of outgoing bytes queued on this connection. * @return std::size_t */
src/linux_tcp/tcpconnection.cpp:70
Methodread_handler
* Handler method that is called by boost's io_context when the socket pumps a read event. * @param ec The status of the callback.
include/amqpcpp/libboostasio.h:215
Methodready
* Is the channel ready / has it passed the initial handshake? * @return bool */
include/amqpcpp/channelimpl.h:277
Methodready
* Are we fully connected and ready for instructions? This is true after the initial * protocol and login handshake were completed and the conne
include/amqpcpp/connectionimpl.h:225
Methodready
* Is the connection ready to accept instructions / has passed the login handshake and not closed? * @return bool */
include/amqpcpp/connection.h:203
Methodready
* Is the connection connected, meaning: it has passed the login handshake * and isn't closed yet? * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:278
Methodreceive
* Perform a receive operation * @param monitor object to check the existance of the connection object * @return TcpState */
src/linux_tcp/sslconnected.h:284
Methodredelivered
* Return whether the message has been previously delivered to (another) client * @return bool */
src/basicdeliverframe.h:179
Methodreject
* Reject a message * @param deliveryTag the delivery tag * @param flags optional flags * @return bool */
src/channelimpl.cpp:707
Methodreject
* Reject or nack a message * * When a message was received in the DeferredConsumer::onReceived() method, * and you don't want to ack
include/amqpcpp/channel.h:570
MethodremoveAppID
include/amqpcpp/metadata.h:288
MethodremoveClusterID
include/amqpcpp/metadata.h:287
MethodremoveContentEncoding
include/amqpcpp/metadata.h:285
MethodremoveContentType
include/amqpcpp/metadata.h:286
MethodremoveCorrelationID
include/amqpcpp/metadata.h:281
MethodremoveDeliveryMode
include/amqpcpp/metadata.h:283
MethodremoveExpiration
* Methods to remove properties from the header */
include/amqpcpp/metadata.h:279
MethodremoveHeaders
include/amqpcpp/metadata.h:284
MethodremoveMessageID
include/amqpcpp/metadata.h:292
MethodremovePriority
include/amqpcpp/metadata.h:282
MethodremoveReplyTo
include/amqpcpp/metadata.h:280
MethodremoveTimestamp
include/amqpcpp/metadata.h:291
MethodremoveTypeName
include/amqpcpp/metadata.h:290
MethodremoveUserID
include/amqpcpp/metadata.h:289
Methodreorder
* Helper function to order the vector of addrinfo based on the ordering received * This may be useful since getaddrinfo is sorting the addresses
src/linux_tcp/addressinfo.h:45
Methodrepeat
* Method to repeat the previous call * @param monitor monitor to check if connection object still exists * @param state the s
src/linux_tcp/sslconnected.h:112
Methodrepeat
* Method to repeat the previous call * @param monitor object to check if connection still exists * @param result result of an
src/linux_tcp/sslshutdown.h:51
MethodreportCancelled
* Report that the server has cancelled this consumer * @param namae The consumer tag */
include/amqpcpp/deferredconsumer.h:65
MethodreportClosed
* Report that the connection is closed */
include/amqpcpp/connectionimpl.h:422
MethodreportError
* Report an error message on a channel * @param message the error message * @param notifyhandler should the channel-wide hand
src/channelimpl.cpp:867
MethodreportError
* Method that is called to report an error * @param message */
src/throttle.cpp:102
MethodreportError
* Helper method to report an error * @param monitor * @param retval return value of SSL_get_error * @return TcpState* */
src/linux_tcp/sslhandshake.h:87
MethodreportError
* Helper method to report an error * This method also assumes that result <= 0 is an error, unless the operation can be retried. * @param
src/linux_tcp/tcpconnected.h:66
MethodreportError
* Indicate failure * @param error Description of the error that occured */
include/amqpcpp/deferredpublish.h:69
MethodreportError
* Method that is called to report an error * @param message */
include/amqpcpp/reliable.h:180
Methodrequeue
* Return whether the server will try to requeue * @return bool */
src/basicrecoverasyncframe.h:89
Methodrequeue
* Return whether the server will try to requeue * @return bool */
src/basicrejectframe.h:109
Methodrequeue
* Return whether the server will try to requeue * @return bool */
src/basicrecoverframe.h:89
Methodreverse
* Reverse the order */
src/linux_tcp/addressinfo.h:158
Methodrevision
* return the protocol revision, should be 1 * @return uint8_t */
src/protocolheaderframe.h:122
Methodsend
* Send a frame over the connection * @param frame The frame to send * @return bool Was the frame succesfully sent */
src/connectionimpl.cpp:382
Methodsend
* Send data over the connection * @param buffer buffer to send * @param size size of the buffer */
src/linux_tcp/sslhandshake.h:199
Methodsend
* Send data over the connection * @param buffer buffer to send * @param size size of the buffer */
src/linux_tcp/sslconnected.h:385
Methodsend
* Send data over the connection * @param buffer buffer to send * @param size size of the buffer */
src/linux_tcp/tcpresolver.h:315
Methodsend
* Send data over the connection * @param buffer buffer to send * @param size size of the buffer */
src/linux_tcp/tcpconnected.h:194
MethodsendClose
* Method to send the close frames * Returns true if object still exists * @return bool */
src/connectionimpl.cpp:288
Methodset
* Set a boolean in the set * @param index * @param value */
include/amqpcpp/booleanset.h:133
MethodsetAppID
include/amqpcpp/metadata.h:223
MethodsetArgument
* Set a custom argument * @param name Name of the argument * @param value Value of the argument */
include/amqpcpp/entityimpl.h:159
MethodsetAutoDelete
* Update the auto-delete bit * @param bool */
include/amqpcpp/entityimpl.h:149
MethodsetClusterID
include/amqpcpp/metadata.h:222
MethodsetContentEncoding
include/amqpcpp/metadata.h:220
MethodsetContentType
include/amqpcpp/metadata.h:221
MethodsetCorrelationID
include/amqpcpp/metadata.h:216
MethodsetDeliveryMode
include/amqpcpp/metadata.h:218
MethodsetDurable
* Mark the object as durable * @param bool */
include/amqpcpp/entityimpl.h:111
MethodsetExpiration
* Set the various supported fields * @param value */
include/amqpcpp/metadata.h:214
MethodsetHeaders
include/amqpcpp/metadata.h:219
MethodsetMessageID
include/amqpcpp/metadata.h:227
MethodsetName
* Change the name * You must declare the entity before this has effect * @param string */
include/amqpcpp/entityimpl.h:92
MethodsetPassive
* Change the passive bit * @param bool */
include/amqpcpp/entityimpl.h:130
MethodsetPersistent
* Set whether storage should be persistent or not * @param bool */
include/amqpcpp/metadata.h:327
MethodsetPriority
include/amqpcpp/metadata.h:217
MethodsetReplyTo
include/amqpcpp/metadata.h:215
MethodsetTimestamp
include/amqpcpp/metadata.h:226
MethodsetTypeName
include/amqpcpp/metadata.h:225
MethodsetUserID
include/amqpcpp/metadata.h:224
Methodshrink
* Shrink the buffer with a number of bytes * @param toremove */
src/linux_tcp/tcpoutbuffer.h:153
Methodshuffle
* Shuffle the addresses */
src/linux_tcp/addressinfo.h:108
Methodsize
* Total size of the buffer * @return size_t */
src/reducedbuffer.h:55
Methodsize
* Size of the array * @return size_t */
src/linux_tcp/addressinfo.h:168
Methodsize
* Total size of the buffer * @return size_t */
include/amqpcpp/bytebuffer.h:94
Methodsize
* Get the size this field will take when * encoded in the AMQP wire-frame format * @return size_t */
include/amqpcpp/numericfield.h:166
Methodsize
* Get the size this field will take when * encoded in the AMQP wire-frame format * @return size_t */
include/amqpcpp/voidfield.h:58
Methodsize
* Current size of the output buffer * @return size_t */
include/amqpcpp/copiedbuffer.h:136
Methodsize
* Get the size this field will take when * encoded in the AMQP wire-frame format */
include/amqpcpp/decimalfield.h:184
Methodsize
* Get the size this field will take when * encoded in the AMQP wire-frame format */
include/amqpcpp/booleanset.h:192
← previousnext →801–900 of 1,099, ranked by callers