MCPcopy Create free account

hub / github.com/apache/qpid-proton / types & classes

Types & classes1,881 in github.com/apache/qpid-proton

↓ 77 callersClasssymbol
The symbol AMQP type. Symbolic values from a constrained domain, represented by a sequence of ASCII characters.
python/proton/_data.py:103
↓ 53 callersClassContainer
A representation of the AMQP concept of a 'container', which loosely speaking is something that establishes links to or from another cont
python/proton/_reactor.py:1187
↓ 50 callersClassUrl
**DEPRECATED** Simple URL parser/constructor. .. deprecated:: 0.27 Use a ``str`` containing the URL instead. Handles URLs of th
python/proton/_url.py:25
↓ 41 callersClassTransport
A network channel supporting an AMQP connection.
python/proton/_transport.py:65
↓ 41 callersClasscontainer
cpp/src/listener.cpp:56
↓ 39 callersClassConnection
A representation of an AMQP connection.
python/proton/_endpoints.py:157
↓ 35 callersClassMessage
The :py:class:`Message` class is a mutable holder of message content. :ivar instructions: delivery instructions for the message ("Delivery Annota
python/proton/_message.py:47
↓ 32 callersClassint32
The signed int AMQP type. A 32 bit signed integer in the range :math:`-(2^{31})` to :math:`2^{31} - 1` inclusive.
python/proton/_data.py:147
↓ 30 callersClassOpt
tests/include/catch.hpp:9376
↓ 29 callersClassData
The :class:`Data` class provides an interface for decoding, extracting, creating, and encoding arbitrary AMQP data. A :class:`Data` object
python/proton/_data.py:562
↓ 29 callersClasserror
cpp/src/test_bits.hpp:38
↓ 29 callersClassscalar
A holder for an instance of any scalar AMQP type. @see @ref types_page
cpp/include/proton/scalar.hpp:37
↓ 28 callersClasstype
tests/include/catch.hpp:6554
↓ 27 callersClassimpl
cpp/include/proton/url.hpp:137
↓ 27 callersClassurl
cpp/include/proton/fwd.hpp:59
↓ 26 callersClassSymbolList
A list that can only hold :class:`symbol` elements. However, if any string elements are present, they will be converted to symbols.
python/proton/_data.py:477
↓ 26 callersClasssymbol
A string that represents the AMQP symbol type. A symbol can contain only 7-bit ASCII characters.
cpp/include/proton/symbol.hpp:35
↓ 25 callersClassconnection_options
cpp/src/connect_config.hpp:27
↓ 24 callersClassASTNode
c/tools/codec-generator/generate.py:19
↓ 22 callersClassduration
cpp/include/proton/fwd.hpp:36
↓ 21 callersClassColumnBreak
tests/include/catch.hpp:16296
↓ 21 callersClassuint
The unsigned int AMQP type. A 32 bit unsigned integer in the range :math:`0` to :math:`2^{32} - 1` inclusive.
python/proton/_data.py:190
↓ 20 callersClassSkipped
python/tests/proton_tests/common.py:189
↓ 20 callersClasscond_matches
c/tests/pn_test.hpp:161
↓ 20 callersClassreceiver_options
cpp/src/container.cpp:109
↓ 18 callersClassDuration
tests/include/catch.hpp:16299
↓ 17 callersClassColumn
tests/include/catch.hpp:8493
↓ 17 callersClassPropertyDict
A dictionary that only takes :class:`symbol` types as a key. However, if a string key is provided, it will be silently converted into a s
python/proton/_data.py:386
↓ 17 callersClassfail
cpp/src/test_bits.hpp:34
↓ 17 callersClassulong
The ulong AMQP type. An unsigned 64 bit integer in the range :math:`0` to :math:`2^{64} - 1` inclusive.
python/proton/_data.py:73
↓ 16 callersClassAnnotationDict
A dictionary that only takes :class:`symbol` or :class:`ulong` types as a key. However, if a string key is provided, it will be silently
python/proton/_data.py:429
↓ 16 callersClassArray
An AMQP array, a sequence of AMQP values of a single type. This class provides a convenient way to handle AMQP arrays when used with con
python/proton/_data.py:279
↓ 16 callersClasscond_empty
c/tests/pn_test.hpp:156
↓ 16 callersClasstimestamp
A 64-bit timestamp in milliseconds since the Unix epoch. The dawn of the Unix epoch was 00:00:00 (UTC), 1 January 1970.
cpp/include/proton/timestamp.hpp:35
↓ 14 callersClassannotation_key
cpp/include/proton/fwd.hpp:31
↓ 14 callersClassmessage_id
cpp/include/proton/fwd.hpp:40
↓ 14 callersClasssender_options
cpp/src/container.cpp:102
↓ 13 callersClassbinary
cpp/src/tracing_private.hpp:29
↓ 13 callersClassmsg
A simple facade for std::ostringstream that allows * in place construction of a message and automatic conversion * to string. * E.g. *@code * voi
cpp/src/msg.hpp:40
↓ 13 callersClasspluralise
tests/include/catch.hpp:3216
↓ 12 callersClassSASL
The SASL layer is responsible for establishing an authenticated and/or encrypted tunnel over which AMQP frames are passed between peers.
python/proton/_transport.py:515
↓ 12 callersClassT
c/src/proactor/libuv.c:88
↓ 12 callersClassfinish
Unsettled API** - Finish inserting or extracting a complex type.
cpp/include/proton/codec/common.hpp:57
↓ 11 callersClassBarfOnInit
python/tests/proton_tests/reactor.py:33
↓ 11 callersClassColour
tests/include/catch.hpp:5990
↓ 11 callersClassURI
Extend the standard ruby {URI} with AMQP and AMQPS schemes
ruby/lib/core/uri.rb:22
↓ 11 callersClassconnection
cpp/src/link.cpp:78
↓ 11 callersClasssource_options
cpp/include/proton/fwd.hpp:54
↓ 10 callersClassStringRef
A non-owning string class (similar to the forthcoming std::string_view) Note that, because a StringRef may be a substring of another string, it may no
tests/include/catch.hpp:606
↓ 10 callersClassTerminusConfig
python/tests/proton_tests/engine.py:785
↓ 10 callersClasserror_condition
cpp/src/proton_bits.hpp:64
↓ 9 callersClassmap
cpp/include/proton/map.hpp:46
↓ 8 callersClassApplicationEvent
Application defined event, which can optionally be associated with an engine object and or an arbitrary subject. This produces extended e
python/proton/_reactor.py:466
↓ 8 callersClassCondition
An AMQP Condition object. Conditions hold exception information pertaining to the closing of an AMQP endpoint such as a :class:`Connection`,
python/proton/_condition.py:31
↓ 8 callersClassParseState
tests/include/catch.hpp:9046
↓ 8 callersClassdecimal32
The decimal32 AMQP type. A 32 bit decimal floating point number (IEEE 754-2008 decimal32).
python/proton/_data.py:217
↓ 8 callersClassdecimal64
The decimal64 AMQP type. A 64 bit decimal floating point number (IEEE 754-2008 decimal64).
python/proton/_data.py:228
↓ 8 callersClassfloat32
The float AMQP type. A 32 bit floating point number (IEEE 754-2008 binary32).
python/proton/_data.py:206
↓ 7 callersClassBarf
python/tests/proton_tests/reactor.py:29
↓ 7 callersClassBlockingConnection
A synchronous style connection wrapper. This object's implementation uses OS resources. To ensure they are released when the object is
python/proton/_utils.py:347
↓ 7 callersClassPopen
python/examples/test_examples.py:26
↓ 7 callersClassSSL
An SSL session associated with a transport. A transport must have an SSL object in order to "speak" SSL over its connection.
python/proton/_transport.py:830
↓ 7 callersClassSSLDomain
An SSL configuration domain, used to hold the SSL configuration for one or more SSL sessions.
python/proton/_transport.py:700
↓ 7 callersClasschar
The char AMQP type. A 32 bit UTF-32BE encoded Unicode character.
python/proton/_data.py:114
↓ 7 callersClassnow
tests/include/catch.hpp:6469
↓ 7 callersClassreconnect_options
cpp/include/proton/fwd.hpp:47
↓ 6 callersClassDescribed
A described AMQP type. :ivar descriptor: Any AMQP value can be a descriptor :ivar value: The described value
python/proton/_data.py:250
↓ 6 callersTypeAliasSymbol
Symbol is a string that is encoded as an AMQP symbol
go/pkg/amqp/types.go:122
↓ 6 callersClassssl_certificate
Unsettled API** - An SSL certificate.
cpp/include/proton/ssl.hpp:94
↓ 6 callersClasstimestamp
The timestamp AMQP type. An absolute point in time, represented by a signed 64 bit value measuring milliseconds since the epoch. This va
python/proton/_data.py:89
↓ 5 callersTypeAliasBinary
Binary is a string that is encoded as an AMQP binary. It is a string rather than a byte[] because byte[] is not hashable and can't be used as a map ke
go/pkg/amqp/types.go:130
↓ 5 callersClassClient
python/tests/proton_tests/connect.py:56
↓ 5 callersClassEventInjector
Can be added to a :class:`Container` to allow events to be triggered by an external thread but handled on the event thread associated with
python/proton/_reactor.py:410
↓ 5 callersClassLazyExpression
tests/include/catch.hpp:2526
↓ 5 callersClassParseError
c/tools/codec-generator/generate.py:11
↓ 5 callersClassServer
python/tests/proton_tests/connect.py:34
↓ 5 callersTypeAliasState
State holds the state flags for an AMQP endpoint.
go/pkg/proton/wrappers.go:149
↓ 5 callersClassSyncRequestResponse
Implementation of the synchronous request-response (aka RPC) pattern. A single instance can send many requests to the same or different a
python/proton/_utils.py:580
↓ 5 callersClassTestProcessError
tests/py/test_subprocess.py:37
↓ 5 callersClassgetter
cpp/include/proton/scalar_base.hpp:143
↓ 5 callersClassssl_client_options
cpp/src/connection_options.cpp:262
↓ 5 callersClassssl_server_options
cpp/src/connection_options.cpp:263
↓ 5 callersClasstarget_options
cpp/include/proton/fwd.hpp:56
↓ 5 callersEnumtype_id
An identifier for AMQP types.
cpp/include/proton/type_id.hpp:37
↓ 4 callersTypeAliasAnyMap
The most general AMQP map type, for unusual interoperability cases. This is not a Go Map but a sequence of {key, value} pairs. An AnyMap lets you co
go/pkg/amqp/types.go:100
↓ 4 callersClassAttributeError
Raised when an attempt is made to change an attribute that is read-only.
ruby/lib/core/exceptions.rb:96
↓ 4 callersClassCasedString
tests/include/catch.hpp:3538
↓ 4 callersClassContainer
python/examples/proton_tornado.py:100
↓ 4 callersClassEstimate
tests/include/catch.hpp:5432
↓ 4 callersClassEventType
Connects an event number to an event name, and is used internally by :class:`Event` to represent all known event types. A global list of
python/proton/_events.py:82
↓ 4 callersClassMessengerReceiverC
python/tests/proton_tests/common.py:482
↓ 4 callersClassMessengerSenderC
python/tests/proton_tests/common.py:476
↓ 4 callersClassNameAndLocation
tests/include/catch.hpp:7478
↓ 4 callersClassNothing
python/tests/proton_tests/reactor.py:199
↓ 4 callersClassNullNode
c/tools/codec-generator/generate.py:67
↓ 4 callersClassSSLUnavailable
An exception class raised when exceptions or errors related to SSL availability arise. These typically include problems finding the SSL l
python/proton/_exceptions.py:86
↓ 4 callersTypeAliasSndSettleMode
SndSettleMode defines when the sending end of the link settles message delivery.
go/pkg/electron/link.go:141
↓ 4 callersClassSummaryColumn
Fwd decls
tests/include/catch.hpp:6152
↓ 4 callersClassTerminus
A source or target for messages.
python/proton/_endpoints.py:1254
↓ 4 callersTypeAliasUUID
UUID is a 16-byte Universally Unique Identifier
go/pkg/proton/uuid.go:30
next →1–100 of 1,881, ranked by callers