Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ types & classes
Types & classes
1,881 in github.com/apache/qpid-proton
⨍
Functions
8,826
◇
Types & classes
1,881
↓ 77 callers
Class
symbol
The symbol AMQP type. Symbolic values from a constrained domain, represented by a sequence of ASCII characters.
python/proton/_data.py:103
↓ 53 callers
Class
Container
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 callers
Class
Url
**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 callers
Class
Transport
A network channel supporting an AMQP connection.
python/proton/_transport.py:65
↓ 41 callers
Class
container
cpp/src/listener.cpp:56
↓ 39 callers
Class
Connection
A representation of an AMQP connection.
python/proton/_endpoints.py:157
↓ 35 callers
Class
Message
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 callers
Class
int32
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 callers
Class
Opt
tests/include/catch.hpp:9376
↓ 29 callers
Class
Data
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 callers
Class
error
cpp/src/test_bits.hpp:38
↓ 29 callers
Class
scalar
A holder for an instance of any scalar AMQP type. @see @ref types_page
cpp/include/proton/scalar.hpp:37
↓ 28 callers
Class
type
tests/include/catch.hpp:6554
↓ 27 callers
Class
impl
cpp/include/proton/url.hpp:137
↓ 27 callers
Class
url
cpp/include/proton/fwd.hpp:59
↓ 26 callers
Class
SymbolList
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 callers
Class
symbol
A string that represents the AMQP symbol type. A symbol can contain only 7-bit ASCII characters.
cpp/include/proton/symbol.hpp:35
↓ 25 callers
Class
connection_options
cpp/src/connect_config.hpp:27
↓ 24 callers
Class
ASTNode
c/tools/codec-generator/generate.py:19
↓ 22 callers
Class
duration
cpp/include/proton/fwd.hpp:36
↓ 21 callers
Class
ColumnBreak
tests/include/catch.hpp:16296
↓ 21 callers
Class
uint
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 callers
Class
Skipped
python/tests/proton_tests/common.py:189
↓ 20 callers
Class
cond_matches
c/tests/pn_test.hpp:161
↓ 20 callers
Class
receiver_options
cpp/src/container.cpp:109
↓ 18 callers
Class
Duration
tests/include/catch.hpp:16299
↓ 17 callers
Class
Column
tests/include/catch.hpp:8493
↓ 17 callers
Class
PropertyDict
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 callers
Class
fail
cpp/src/test_bits.hpp:34
↓ 17 callers
Class
ulong
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 callers
Class
AnnotationDict
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 callers
Class
Array
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 callers
Class
cond_empty
c/tests/pn_test.hpp:156
↓ 16 callers
Class
timestamp
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 callers
Class
annotation_key
cpp/include/proton/fwd.hpp:31
↓ 14 callers
Class
message_id
cpp/include/proton/fwd.hpp:40
↓ 14 callers
Class
sender_options
cpp/src/container.cpp:102
↓ 13 callers
Class
binary
cpp/src/tracing_private.hpp:29
↓ 13 callers
Class
msg
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 callers
Class
pluralise
tests/include/catch.hpp:3216
↓ 12 callers
Class
SASL
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 callers
Class
T
c/src/proactor/libuv.c:88
↓ 12 callers
Class
finish
Unsettled API** - Finish inserting or extracting a complex type.
cpp/include/proton/codec/common.hpp:57
↓ 11 callers
Class
BarfOnInit
python/tests/proton_tests/reactor.py:33
↓ 11 callers
Class
Colour
tests/include/catch.hpp:5990
↓ 11 callers
Class
URI
Extend the standard ruby {URI} with AMQP and AMQPS schemes
ruby/lib/core/uri.rb:22
↓ 11 callers
Class
connection
cpp/src/link.cpp:78
↓ 11 callers
Class
source_options
cpp/include/proton/fwd.hpp:54
↓ 10 callers
Class
StringRef
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 callers
Class
TerminusConfig
python/tests/proton_tests/engine.py:785
↓ 10 callers
Class
error_condition
cpp/src/proton_bits.hpp:64
↓ 9 callers
Class
map
cpp/include/proton/map.hpp:46
↓ 8 callers
Class
ApplicationEvent
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 callers
Class
Condition
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 callers
Class
ParseState
tests/include/catch.hpp:9046
↓ 8 callers
Class
decimal32
The decimal32 AMQP type. A 32 bit decimal floating point number (IEEE 754-2008 decimal32).
python/proton/_data.py:217
↓ 8 callers
Class
decimal64
The decimal64 AMQP type. A 64 bit decimal floating point number (IEEE 754-2008 decimal64).
python/proton/_data.py:228
↓ 8 callers
Class
float32
The float AMQP type. A 32 bit floating point number (IEEE 754-2008 binary32).
python/proton/_data.py:206
↓ 7 callers
Class
Barf
python/tests/proton_tests/reactor.py:29
↓ 7 callers
Class
BlockingConnection
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 callers
Class
Popen
python/examples/test_examples.py:26
↓ 7 callers
Class
SSL
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 callers
Class
SSLDomain
An SSL configuration domain, used to hold the SSL configuration for one or more SSL sessions.
python/proton/_transport.py:700
↓ 7 callers
Class
char
The char AMQP type. A 32 bit UTF-32BE encoded Unicode character.
python/proton/_data.py:114
↓ 7 callers
Class
now
tests/include/catch.hpp:6469
↓ 7 callers
Class
reconnect_options
cpp/include/proton/fwd.hpp:47
↓ 6 callers
Class
Described
A described AMQP type. :ivar descriptor: Any AMQP value can be a descriptor :ivar value: The described value
python/proton/_data.py:250
↓ 6 callers
TypeAlias
Symbol
Symbol is a string that is encoded as an AMQP symbol
go/pkg/amqp/types.go:122
↓ 6 callers
Class
ssl_certificate
Unsettled API** - An SSL certificate.
cpp/include/proton/ssl.hpp:94
↓ 6 callers
Class
timestamp
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 callers
TypeAlias
Binary
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 callers
Class
Client
python/tests/proton_tests/connect.py:56
↓ 5 callers
Class
EventInjector
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 callers
Class
LazyExpression
tests/include/catch.hpp:2526
↓ 5 callers
Class
ParseError
c/tools/codec-generator/generate.py:11
↓ 5 callers
Class
Server
python/tests/proton_tests/connect.py:34
↓ 5 callers
TypeAlias
State
State holds the state flags for an AMQP endpoint.
go/pkg/proton/wrappers.go:149
↓ 5 callers
Class
SyncRequestResponse
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 callers
Class
TestProcessError
tests/py/test_subprocess.py:37
↓ 5 callers
Class
getter
cpp/include/proton/scalar_base.hpp:143
↓ 5 callers
Class
ssl_client_options
cpp/src/connection_options.cpp:262
↓ 5 callers
Class
ssl_server_options
cpp/src/connection_options.cpp:263
↓ 5 callers
Class
target_options
cpp/include/proton/fwd.hpp:56
↓ 5 callers
Enum
type_id
An identifier for AMQP types.
cpp/include/proton/type_id.hpp:37
↓ 4 callers
TypeAlias
AnyMap
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 callers
Class
AttributeError
Raised when an attempt is made to change an attribute that is read-only.
ruby/lib/core/exceptions.rb:96
↓ 4 callers
Class
CasedString
tests/include/catch.hpp:3538
↓ 4 callers
Class
Container
python/examples/proton_tornado.py:100
↓ 4 callers
Class
Estimate
tests/include/catch.hpp:5432
↓ 4 callers
Class
EventType
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 callers
Class
MessengerReceiverC
python/tests/proton_tests/common.py:482
↓ 4 callers
Class
MessengerSenderC
python/tests/proton_tests/common.py:476
↓ 4 callers
Class
NameAndLocation
tests/include/catch.hpp:7478
↓ 4 callers
Class
Nothing
python/tests/proton_tests/reactor.py:199
↓ 4 callers
Class
NullNode
c/tools/codec-generator/generate.py:67
↓ 4 callers
Class
SSLUnavailable
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 callers
TypeAlias
SndSettleMode
SndSettleMode defines when the sending end of the link settles message delivery.
go/pkg/electron/link.go:141
↓ 4 callers
Class
SummaryColumn
Fwd decls
tests/include/catch.hpp:6152
↓ 4 callers
Class
Terminus
A source or target for messages.
python/proton/_endpoints.py:1254
↓ 4 callers
TypeAlias
UUID
UUID is a 16-byte Universally Unique Identifier
go/pkg/proton/uuid.go:30
next →
1–100 of 1,881, ranked by callers