MCPcopy Create free account

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

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

MethodProtocolException
* Constructor * @param what */
include/amqpcpp/protocolexception.h:35
MethodProtocolHeaderFrame
* Construct based on incoming frame * * @param frame received frame to decode */
src/protocolheaderframe.h:62
MethodQueueBindFrame
* Construct a queue bind frame * * @param channel channel identifier * @param String name name of the queue
src/queuebindframe.h:89
MethodQueueBindOKFrame
* Construct a queuebindokframe * * @param channel channel identifier */
src/queuebindokframe.h:34
MethodQueueDeclareFrame
* Construct a channel flow frame * * @param channel channel identifier * @param String name Name of the queue
src/queuedeclareframe.h:82
MethodQueueDeclareOKFrame
* Construct a channel flow frame * * @param channel channel identifier * @param code reply code * @param
src/queuedeclareokframe.h:64
MethodQueueDeleteFrame
* Construct a queuedeleteframe * * @param channel channel identifier * @param name name of the queue * @param
src/queuedeleteframe.h:71
MethodQueueDeleteOKFrame
* Construct a queuedeleteokframe * * @param channel channel identifier * @param messageCount number of messages */
src/queuedeleteokframe.h:46
MethodQueueFrame
* Construct a queueframe * @param channel channel identifier * @param size size of the frame */
src/queueframe.h:23
MethodQueuePurgeFrame
* Construct a QueuePurgeFrame * * @param channel channel identifier * @param name name of the queue * @param noWait
src/queuepurgeframe.h:67
MethodQueuePurgeOKFrame
* Construct a queuepurgeokframe * * @param channel channel identifier * @param messageCount number of messages */
src/queuepurgeokframe.h:46
MethodQueueUnbindFrame
* Construct a queueunbindframe * * @param channel channel identifier * @param name name of the queue * @param
src/queueunbindframe.h:82
MethodQueueUnbindOKFrame
* Decode a queueunbindokframe from a received frame * * @param frame received frame to decode * @return shared pointer to created
src/queueunbindokframe.h:35
MethodReceivedFrame
* Constructor * @param buffer Binary buffer * @param max Max size for a frame */
src/receivedframe.cpp:88
MethodReducedBuffer
* Constructor * @param buffer * @param skip */
src/reducedbuffer.h:44
MethodReliable
include/amqpcpp/reliable.h:214
MethodReturnedMessage
* Constructor * @param frame */
src/returnedmessage.h:40
FunctionSSL_CTX_ctrl
* Control the SSL context * @param ctx * @param cmd * @param larg * @param parg * @return long */
src/linux_tcp/openssl.cpp:321
FunctionSSL_get_shutdown
* Obtain shutdown statue for TLS/SSL I/O operation * @param ssl SSL object * @return int returns error values */
src/linux_tcp/openssl.cpp:256
FunctionSSL_up_ref
* Increment refcount for a ssl structure * @param ctx SSL structure * @return int 1 for success, 0 for failure */
src/linux_tcp/openssl.cpp:196
FunctionSSL_use_certificate_file
* Set the certificate file to be used by the connection * @param ssl ssl structure * @param file filename * @param type type of fi
src/linux_tcp/openssl.cpp:304
MethodSslConnected
* Constructor * @param state The previous state * @param ssl The SSL structure * @param buffer The buffer tha
src/linux_tcp/sslconnected.h:325
MethodSslContext
* Constructor * @param method the connect method to use * @throws std::runtime_error */
src/linux_tcp/sslcontext.h:38
MethodSslErrorPrinter
* Constructor * @param retval return value of SSL_get_error (must be a proper error) */
src/linux_tcp/sslerrorprinter.cpp:40
MethodSslHandshake
* Constructor * @param state Earlier state * @param hostname The hostname to connect to * @param context SSL contex
src/linux_tcp/sslhandshake.h:125
MethodSslShutdown
* Constructor * @param state Previous state * @param ssl The SSL structure */
src/linux_tcp/sslshutdown.h:81
MethodSslWrapper
* Constructor * @param ctx * @param file */
src/linux_tcp/sslwrapper.h:38
MethodStringField
* Initialize empty string */
include/amqpcpp/stringfield.h:42
MethodTable
* Decode the data from a received frame into a table * * @param frame received frame to decode */
src/table.cpp:12
MethodTable
* Constructor that creates an empty table */
include/amqpcpp/table.h:48
MethodTagger
* Constructor * @param channel */
src/tagger.cpp:27
MethodTagger
* Deleted copy constructor, deleted move constructor * @param other */
include/amqpcpp/tagger.h:98
MethodTcpChannel
* Constructor * * The passed in connection pointer must remain valid for the * lifetime of the channel. A constructor is thrown if
include/amqpcpp/linux_tcp/tcpchannel.h:37
MethodTcpClosed
* Constructor * @param parent The parent object */
src/linux_tcp/tcpclosed.h:30
MethodTcpConnected
* Constructor * @param state The previous state * @param buffer The buffer that was already built */
src/linux_tcp/tcpconnected.h:99
MethodTcpConnection
* Constructor * @param handler User implemented handler object * @param hostname The address to connect to */
src/linux_tcp/tcpconnection.cpp:27
MethodTcpConnection
* No copying * @param that */
include/amqpcpp/linux_tcp/tcpconnection.h:235
MethodTcpExtState
* Constructor * @param parent */
src/linux_tcp/tcpextstate.h:59
MethodTcpInBuffer
* Constructor * Note that we pass 0 to the constructor because the buffer seems to be empty * @param size initial size to allocat
src/linux_tcp/tcpinbuffer.h:36
MethodTcpOutBuffer
* Regular constructor */
src/linux_tcp/tcpoutbuffer.h:63
MethodTcpResolver
* Constructor * @param parent Parent connection object * @param hostname The hostname for the lookup * @param portnumber
src/linux_tcp/tcpresolver.h:214
MethodTcpState
* Protected constructor * @param parent The parent object * @param handler User-supplied handler class */
src/linux_tcp/tcpstate.h:38
MethodThrottle
* Constructor * @param channel * @param throttle */
src/throttle.cpp:29
MethodThrottle
* Deleted copy constructor, deleted move constructor * @param other */
include/amqpcpp/throttle.h:104
MethodTransactionCommitFrame
* Construct a transaction commit frame * * @param channel channel identifier * @return newly created transaction commit frame
src/transactioncommitframe.h:29
MethodTransactionCommitOKFrame
* Construct a transaction commit ok frame * * @param channel channel identifier * @return newly created transaction commit o
src/transactioncommitokframe.h:36
MethodTransactionFrame
* Constructor * @param channel channel identifier * @param size frame size */
src/transactionframe.h:23
MethodTransactionRollbackFrame
* Decode a transaction rollback frame from a received frame * * @param frame received frame to decode */
src/transactionrollbackframe.h:28
MethodTransactionRollbackOKFrame
* Decode a transaction rollback ok frame from a received frame * * @param frame received frame to decode */
src/transactionrollbackokframe.h:35
MethodTransactionSelectFrame
* Decode a transaction select frame from a received frame * * @param frame received frame to decode */
src/transactionselectframe.h:23
MethodTransactionSelectOKFrame
* Constructor for an incoming frame * * @param frame received frame to decode */
src/transactionselectokframe.h:35
MethodVoidField
* Default constructor */
include/amqpcpp/voidfield.h:30
MethodWatcher
* Constructor * @param loop The current event loop * @param connection The connection being watched *
include/amqpcpp/libuv.h:80
MethodWatcher
* Constructor * @param loop The current event loop * @param object The object being watched * @pa
include/amqpcpp/libev.h:98
MethodWatcher
* Constructor- initialises the watcher and assigns the filedescriptor to * a boost socket for monitoring. * @param io_context
include/amqpcpp/libboostasio.h:315
MethodWatcher
* Constructor * @param evbase The current event loop * @param connection The connection being watched *
include/amqpcpp/libevent.h:78
MethodWrapper
* Constructor * @param loop The current event loop * @param connection The TCP connection * @param t
include/amqpcpp/libev.h:309
Methodack
* Acknoldge a received message * * When a message is received in the DeferredConsumer::onReceived() method, * you must acknowledge i
include/amqpcpp/channel.h:552
Methodactive
* Is channel flow active? * @return bool */
src/channelflowokframe.h:77
Methodactive
* Is channel flow active or not? * @return bool */
src/channelflowframe.h:79
Methodactive
* Wait until a filedescriptor becomes active (readable or writable) * @return bool */
src/linux_tcp/poll.h:96
Methodadd
* Add a monitor * @param monitor */
include/amqpcpp/watchable.h:47
Methodadd
* Add a binary buffer to the buffer * @param string char* to the string * @param size size of string */
include/amqpcpp/outbuffer.h:53
Methodamqp_to_uv_events
* Convert event flags from AMQP format to UV format */
include/amqpcpp/libuv.h:151
Methodappend
* The method that adds the actual data * @param data * @param size */
include/amqpcpp/copiedbuffer.h:65
MethodautoDelete
* Is this an autodelete exchange? * @return bool */
src/exchangedeclareframe.h:171
MethodautoDelete
* returns whether the queue is deleted if unused * @return bool */
src/queuedeclareframe.h:162
MethodautoDelete
* Is the auto-delete property set? * The entity is removed when the consumers and/or queues are unlinked from it * @return bool */
include/amqpcpp/entityimpl.h:140
MethodbodySize
* Size of the body * @return uint64_t */
include/amqpcpp/envelope.h:107
Methodbyte
* Get access to a single byte * @param pos position in the buffer * @return char value of the byte in the buffer */
include/amqpcpp/bytebuffer.h:104
Methodcallback
* Callback method that is called by libev when the timer expires * @param loop The loop in which the event was triggered * @param
examples/libev.cpp:116
Methodcallback
* Callback method that is called by libuv when a filedescriptor becomes active * @param handle Internal poll handle * @param
include/amqpcpp/libuv.h:61
Methodcallback
* Callback method that is called by libev when a filedescriptor becomes active * @param loop The loop in which the event was trigge
include/amqpcpp/libev.h:80
Methodcallback
* Callback method that is called by libev when the timer expires * @param loop The loop in which the event was triggered *
include/amqpcpp/libev.h:212
Methodcallback
* Callback method that is called by libevent when a filedescriptor becomes active * @param fd The filedescriptor with an
include/amqpcpp/libevent.h:54
Methodchannel
* Return the channel identifier * @return uint16_t */
src/receivedframe.h:153
Methodchannel
* Get a channel by its identifier * * This method only works if you had already created the channel before. * This is an internal me
include/amqpcpp/connectionimpl.h:407
MethodchannelMax
* Proposed maximum number of channels * @return _uint16_t */
src/connectiontuneframe.h:104
Methodchannels
* Proposed maximum number of channels * @return _uint16_t */
src/connectiontuneokframe.h:97
Methodchannels
* Retrieve the amount of channels this connection has * @return std::size_t */
include/amqpcpp/connectionimpl.h:454
Methodchannels
* Retrieve the number of channels that are active for this connection * @return std::size_t */
include/amqpcpp/connection.h:241
Methodchannels
* Return the number of channels this connection has. * @return std::size_t */
include/amqpcpp/linux_tcp/tcpconnection.h:332
MethodclassID
* Class id * @return uint16_t */
src/basicframe.h:52
MethodclassID
* returns the class id * @return uint16_t */
src/queueframe.h:41
MethodclassID
* Class id * @return uint16_t */
src/exchangeframe.h:43
MethodclassID
* Class id * @return uint16_t */
src/connectionframe.h:44
MethodclassID
* Class id * @return uint16_t */
src/channelframe.h:42
MethodclassID
* The class ID * @return uint16_t */
src/basicheaderframe.h:132
MethodclassID
* Class id * @return uint16_t */
src/confirmframe.h:46
MethodclassID
* Class id * @return uint16_t */
src/transactionframe.h:45
Methodcleanup
* Clean-up the socket, and call the onClosed() method */
src/linux_tcp/tcpextstate.h:35
Methodclone
* Create a new instance of this object * @return unique_ptr */
include/amqpcpp/numericfield.h:98
Methodclone
* Create a new instance of this object * @return unique_ptr */
include/amqpcpp/voidfield.h:47
Methodclone
* Create a new instance of this object * @return std::unique_ptr<Field> */
include/amqpcpp/stringfield.h:97
Methodclone
* Create a new identical instance of this object * @return unique_ptr */
include/amqpcpp/decimalfield.h:99
Methodclone
* Extending from field forces us to implement a clone function. * @return unique_ptr */
include/amqpcpp/booleanset.h:93
Methodclose
* Gracefully close the connection */
src/linux_tcp/sslconnected.h:421
Methodclose
* Gracefully start closing the connection */
src/linux_tcp/tcpstate.h:104
Methodclose
* Gracefully close the connection */
src/linux_tcp/tcpconnected.h:221
Methodclosed
* Is this a closed / dead state? * @return bool */
src/linux_tcp/tcpstate.h:70
← previousnext →301–400 of 1,099, ranked by callers