Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopernicaMarketingSoftware/AMQP-CPP
/ functions
Functions
1,099 in github.com/CopernicaMarketingSoftware/AMQP-CPP
⨍
Functions
1,099
◇
Types & classes
253
Method
onReady
* Method that is called when the AMQP connection is established * @param connection The connection that can now be used */
include/amqpcpp/linux_tcp/tcpconnection.h:108
Method
onSecured
* Method that is called when the connection is secured * @param state * @param ssl * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:169
Method
onSecuring
* Method that is called when right before connection is being secured * @param state * @param ssl * @return bool */
include/amqpcpp/linux_tcp/tcpconnection.h:157
Method
onUnblocked
* Method that is called when the AMQP connection is no longer blocked. * * This method is called when all resource alarms have cleared an
include/amqpcpp/connectionhandler.h:223
Method
onUnblocked
* Method that is called when the AMQP connection is no longer blocked. * @param connection The connection that is no longer blocked
include/amqpcpp/linux_tcp/tcpconnection.h:135
Function
openssl
* Function to set the openssl handle * @param ptr */
src/linux_tcp/openssl.cpp:31
Method
operator !
src/linux_tcp/function.h:145
Method
operator!
* Is the buffer empty * @return bool */
src/linux_tcp/tcpoutbuffer.h:119
Method
operator!
* Negate operator: is it not set * @return bool */
include/amqpcpp/login.h:83
Method
operator!
* Negate operator: is the object in an invalid state? * @return bool */
include/amqpcpp/monitor.h:110
Method
operator!=
src/linux_tcp/function.h:152
Method
operator!=
* Comparison operator * @param that * @return bool */
include/amqpcpp/address.h:348
Method
operator!=
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:135
Method
operator!=
* Check for inequality between this and another DecimalField * * @param value value to be checked for inequality * @return boole
include/amqpcpp/decimalfield.h:175
Method
operator()
* Invoke the function * * @param mixed,... */
src/linux_tcp/function.h:159
Method
operator()
* Comparison operator <. Should exhibit SWO. * @param lhs * @param rhs * @return bool lhs < rhs */
include/amqpcpp/address.h:42
Method
operator->
* Retrieve a pointer to the object * * @return Pointer to the object, undefined if no object is managed */
include/amqpcpp/stack_ptr.h:136
Method
operator<
* Comparison operator that is useful if addresses have to be ordered * @param that * @return bool */
include/amqpcpp/address.h:359
Method
operator<
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:146
Method
operator==
* Test whether we are a valid object * @param nullptr test if we are null */
src/linux_tcp/function.h:151
Method
operator==
* Comparison operator * @param that * @return bool */
include/amqpcpp/address.h:322
Method
operator==
* Comparison operator * @param that * @return bool */
include/amqpcpp/login.h:124
Method
operator==
* Check for equality between this and another DecimalField * * @param value value to be checked for equality * @return boolean wh
include/amqpcpp/decimalfield.h:161
Method
operator[]
* Get reference to struct * @param index * @return struct addrinfo* */
src/linux_tcp/addressinfo.h:178
Method
operator[]
* Get a field * * @param name field name */
include/amqpcpp/table.h:180
Method
operator[]
* Get a field * * @param index field index * @return ArrayFieldProxy */
include/amqpcpp/array.h:152
Method
out
src/linux_tcp/pipe.h:74
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/array.h:197
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/numericfield.h:199
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/voidfield.h:83
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/stringfield.h:293
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/decimalfield.h:108
Method
output
* Output the object to a stream * @param std::ostream */
include/amqpcpp/booleanset.h:102
Method
parse
* Parse the buffer into a recognized frame * * Every time that data comes in on the connection, you should call this method to parse * the incom
src/connectionimpl.cpp:109
Method
parse
* Parse the received buffer * @param monitor object to check the existance of the connection object * @param size number of
src/linux_tcp/sslconnected.h:189
Method
partOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/protocolheaderframe.h:131
Method
partOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/connectionstartokframe.h:147
Method
partOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
src/connectiontuneokframe.h:124
Method
partOfHandshake
* Is this a frame that is part of the connection setup? * @return bool */
include/amqpcpp/frame.h:64
Method
partOfShutdown
* Is this a frame that is part of the connection close operation? * @return bool */
include/amqpcpp/frame.h:70
Method
passive
* Passive declaration, do not create exchange if it does not exist * @return bool */
src/exchangedeclareframe.h:153
Method
passive
* returns value of passive declaration, do not create queue if it does not exist * @return bool */
src/queuedeclareframe.h:135
Method
passive
* Is the passive bit set * If set, the declare method only checks if the queue/exchange exists without actually creating it * @return boo
include/amqpcpp/entityimpl.h:121
Method
payloadSize
* The size of the payload * @return uint32_t */
src/receivedframe.h:172
Method
persistent
* Is this a message with persistent storage * This is an alias for retrieving the delivery mode and checking if it is set to 2 * @return
include/amqpcpp/metadata.h:318
Method
prefetchCount
* Return the prefetch count * @return int16_t */
src/basicqosframe.h:97
Method
prefetchSize
* returns the prefetch size * @return int32_t */
src/basicqosframe.h:115
Method
priority
include/amqpcpp/metadata.h:301
Method
proceed
* Proceed with the handshake * @param events the events to wait for on the socket * @return TcpState */
src/linux_tcp/sslhandshake.h:107
Method
proceed
* Proceed with the next operation after the previous operation was * a success, possibly changing the filedescriptor-monitor * @return Tc
src/linux_tcp/sslconnected.h:82
Method
proceed
* Proceed to the next state * @param monitor object that checks if the connection still exists * @return TcpState * */
src/linux_tcp/tcpresolver.h:255
Method
proceed
* Proceed with the next operation after the previous operation was * a success, possibly changing the filedescriptor-monitor * @param mo
src/linux_tcp/sslshutdown.h:39
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangedeclareokframe.h:64
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/confirmselectokframe.h:69
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangedeleteokframe.h:65
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectionopenokframe.h:80
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queueunbindokframe.h:67
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/heartbeatframe.h:58
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactionselectokframe.h:68
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicqosokframe.h:61
Method
process
* Process the frame * @param connection */
src/connectionunblockframe.h:67
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicdeliverframe.h:189
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuebindokframe.h:63
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicreturnframe.h:156
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicrecoverokframe.h:66
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicackframe.h:119
Method
process
* Process the frame * @param connection */
src/connectioncloseokframe.h:62
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicgetemptyframe.h:78
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactioncommitokframe.h:68
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicconsumeokframe.h:88
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basiccancelframe.h:115
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelcloseokframe.h:66
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basiccancelokframe.h:88
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangebindokframe.h:61
Method
process
* Process the message headers * * @param frame The frame to process */
src/deferredreceiver.cpp:39
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectioncloseframe.h:156
Method
process
* Process the connection start frame * @param connection * @return bool * @internal */
src/connectionstartframe.h:204
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelflowokframe.h:87
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/methodframe.h:96
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/exchangeunbindokframe.h:62
Method
process
* Process a delivery frame * * @param frame The frame to process */
src/deferredconsumer.cpp:21
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicheaderframe.h:142
Method
process
* Process an ACK frame * * @param frame The frame to process */
src/deferredconfirm.cpp:23
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuedeleteokframe.h:88
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/transactionrollbackokframe.h:68
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelopenokframe.h:71
Method
process
* Process a return frame * * @param frame The frame to process */
src/deferredrecall.cpp:22
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicnackframe.h:117
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuedeclareokframe.h:127
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/connectiontuneframe.h:132
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/bodyframe.h:104
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/extframe.h:151
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/basicgetokframe.h:165
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/channelcloseframe.h:147
Method
process
* Process the frame * @param connection */
src/connectionblockframe.h:94
Method
process
* Process the frame * @param connection The connection over which it was received * @return bool Was it succesfully proc
src/queuepurgeokframe.h:88
Method
process
* Process the filedescriptor in the object * @param monitor Object to check if connection still exists * @param fd Filedes
src/linux_tcp/sslhandshake.h:168
Method
process
* Process the filedescriptor in the object * @param monitor Object that can be used to find out if connection object is still alive *
src/linux_tcp/sslconnected.h:354
Method
process
* Process the filedescriptor in the object * * This method should return the handler object that will be responsible for * all futu
src/linux_tcp/tcpstate.h:85
Method
process
* Wait for the resolver to be ready * @param monitor Object to check if connection still exists * @param fd The filedescri
src/linux_tcp/tcpresolver.h:301
← previous
next →
701–800 of 1,099, ranked by callers