Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ functions
Functions
8,826 in github.com/apache/qpid-proton
⨍
Functions
8,826
◇
Types & classes
1,881
↓ 5 callers
Method
__init__
(self, connection: 'Connection', prefetch: int)
python/proton/_utils.py:157
↓ 5 callers
Method
_make_handler
Return a proxy handler that dispatches to the provided handler. If handler throws an exception then on_error is called with info
python/proton/_reactor.py:146
↓ 5 callers
Method
_test_str
(self, name)
python/tests/proton_tests/message.py:51
↓ 5 callers
Method
accept
Accept the receiveed message.
ruby/lib/core/delivery.rb:27
↓ 5 callers
Function
active
cpp/src/endpoint.cpp:36
↓ 5 callers
Function
addresses_add
c/tools/msgr-common.c:72
↓ 5 callers
Function
addresses_free
c/tools/msgr-common.c:61
↓ 5 callers
Function
addresses_init
c/tools/msgr-common.c:53
↓ 5 callers
Function
addresses_merge
merge a comma-separated list of addresses
c/tools/msgr-common.c:89
↓ 5 callers
Method
assign
(impl, cond)
ruby/lib/core/condition.rb:79
↓ 5 callers
Method
begin
@name Array operators @{
cpp/include/proton/byte_array.hpp:70
↓ 5 callers
Method
binary
If the current node is binary, returns its value. Otherwise, it returns an empty string (""). @return [String] The binary string. @see #string
ruby/lib/codec/data.rb:606
↓ 5 callers
Function
buf_in_use
c/experimental/raw_plus_tls2.c:103
↓ 5 callers
Function
buf_reset
c/experimental/raw_plus_tls2.c:110
↓ 5 callers
Function
buf_set_in_use
Buffer is "in use" if ownership transferred to raw connection or TLS until a future event.
c/experimental/raw_plus_tls2.c:100
↓ 5 callers
Function
checkEqual
(want interface{}, got interface{})
go/examples/example_test.go:103
↓ 5 callers
Function
checkUnmarshal
(marshaled []byte, v interface{})
go/pkg/amqp/types_test.go:31
↓ 5 callers
Function
check_condition
c/examples/broker.c:277
↓ 5 callers
Function
check_condition
c/examples/direct.c:70
↓ 5 callers
Function
configure_socket
c/src/proactor/epoll.c:1339
↓ 5 callers
Function
consume_described_ulong_descriptor
XXX: assuming numeric - if we get a symbol we should map it to the numeric value and dispatch on that
c/src/core/consumers.h:548
↓ 5 callers
Function
consume_single_value
c/src/core/consumers.h:250
↓ 5 callers
Method
container_id
cpp/src/connection.cpp:74
↓ 5 callers
Function
contains
tests/include/catch.hpp:13833
↓ 5 callers
Method
creation_time
cpp/src/message.cpp:207
↓ 5 callers
Method
decimal128
If the current node is a decimal128, returns its value. Otherwise, returns 0. @return [Integer] The decimal128 value.
ruby/lib/codec/data.rb:528
↓ 5 callers
Method
decimal32
If the current node is a decimal32, returns its value. Otherwise, returns 0. @return [Integer] The decimal32 value.
ruby/lib/codec/data.rb:490
↓ 5 callers
Method
decimal64
If the current node is a decimal64, returns its value. Otherwise, it returns 0. @return [Integer] The decimal64 value.
ruby/lib/codec/data.rb:507
↓ 5 callers
Function
decode
decode from bytes. Return bytes decoded or 0 if we could not decode a complete object.
go/pkg/amqp/unmarshal.go:716
↓ 5 callers
Method
decode
cpp/src/decoder.cpp:59
↓ 5 callers
Method
delete
(self, id, event=None)
python/examples/db_common.py:54
↓ 5 callers
Method
drain
(self)
python/tests/proton_tests/transport.py:209
↓ 5 callers
Method
durable
Returns the durable property. The durable property indicates that the emessage should be held durably by any intermediaries taking responsibility for
ruby/lib/core/message.rb:166
↓ 5 callers
Method
encode
cpp/src/encoder.cpp:54
↓ 5 callers
Function
endsWith
tests/include/catch.hpp:13827
↓ 5 callers
Function
enter
Checked versions of pn_data functions
go/pkg/amqp/unmarshal.go:728
↓ 5 callers
Method
expiry_time
cpp/src/message.cpp:200
↓ 5 callers
Method
extended
Check for support of extended SASL negotiation. All implementations of Proton support ``ANONYMOUS`` and ``EXTERNAL`` on both
python/proton/_transport.py:530
↓ 5 callers
Function
find_function_calls
(file: str, name: str, includes: List[str], defines: List[str])
c/tools/codec-generator/find_specs.py:18
↓ 5 callers
Method
first_acquirer
cpp/src/message.cpp:323
↓ 5 callers
Method
flush
c/tests/pn_test_proactor.cpp:95
↓ 5 callers
Method
gen_consume_params
(self, first_arg: int)
c/tools/codec-generator/generate.py:51
↓ 5 callers
Method
gen_emit_code
(self, prefix: List[str], first_arg: int, indent: int)
c/tools/codec-generator/generate.py:35
↓ 5 callers
Method
gen_params
(self, first_arg: int)
c/tools/codec-generator/generate.py:38
↓ 5 callers
Function
getCurrentNanosecondsSinceEpoch
tests/include/catch.hpp:14946
↓ 5 callers
Method
getExpandedExpression
tests/include/catch.hpp:8368
↓ 5 callers
Method
get_acceptor_sockname
(self)
python/tests/integration/test_PROTON_2121_blocking_connection_fd_leak.py:69
↓ 5 callers
Function
get_batch_lh
Return the next event batch or NULL if no events are available */
c/src/proactor/libuv.c:867
↓ 5 callers
Function
get_context
cpp/src/contexts.cpp:56
↓ 5 callers
Function
get_pconnection
c/src/proactor/win_iocp.cpp:2157
↓ 5 callers
Function
get_pconnection
c/src/proactor/libuv.c:317
↓ 5 callers
Method
get_py_described
A convenience method for decoding an AMQP described value. :returns: The decoded AMQP descriptor.
python/proton/_data.py:1480
↓ 5 callers
Function
get_string
cpp/src/connect_config.cpp:83
↓ 5 callers
Function
goString
(cBytes C.pn_bytes_t)
go/pkg/amqp/types.go:198
↓ 5 callers
Method
group_sequence
Returns the group sequence number.
ruby/lib/core/message.rb:463
↓ 5 callers
Method
hasTestFilters
tests/include/catch.hpp:9994
↓ 5 callers
Method
idle_timeout
Idle-timeout advertised by the remote peer, in seconds. @return [Numeric] Idle-timeout advertised by the remote peer, in seconds. @return [nil] if the
ruby/lib/core/connection.rb:147
↓ 5 callers
Method
init
c/tests/tls_test.cpp:319
↓ 5 callers
Method
isSectionTracker
tests/include/catch.hpp:14451
↓ 5 callers
Method
is_local_open
Test if local ``endpoint`` is open (ie has state :const:`proton.Endpoint.LOCAL_ACTIVE`). :param endpoint: The local endpoint
python/proton/_handlers.py:327
↓ 5 callers
Method
link_head
Retrieve the first link that matches the given state mask. Examines the state of each link owned by the connection and returns
python/proton/_endpoints.py:456
↓ 5 callers
Function
link_send
c/tests/engine_test.cpp:371
↓ 5 callers
Method
list
ruby/lib/codec/data.rb:152
↓ 5 callers
Method
listen
Listen for incoming AMQP connections @param url [String,URI] Listen on host:port of the AMQP URL @param handler [Listener::Handler] A {Listener::Hand
ruby/lib/core/container.rb:151
↓ 5 callers
Function
listener_maybe_free
c/src/proactor/win_iocp.cpp:2906
↓ 5 callers
Function
localClose
Call in proton goroutine to initiate closing an endpoint locally handler will complete the close when remote end closes.
go/pkg/electron/endpoint.go:135
↓ 5 callers
Method
long
If the current node is a long, returns its value. Otherwise, returns 0. @return [Integer] The long value.
ruby/lib/codec/data.rb:421
↓ 5 callers
Method
mark
This sets the reactor now instant to the current time
python/proton/_reactor.py:173
↓ 5 callers
Method
name
(self)
python/tests/proton_tests/main.py:533
↓ 5 callers
Method
next_type
cpp/src/decoder.cpp:102
↓ 5 callers
Function
no_fd_leaks
(test)
python/tests/integration/test_PROTON_2121_blocking_connection_fd_leak.py:46
↓ 5 callers
Function
panicIf
(err error)
go/genwrap.go:213
↓ 5 callers
Function
pconnection_cleanup
call without lock
c/src/proactor/epoll.c:856
↓ 5 callers
Function
pconnection_error
Set the error condition and close the driver. */
c/src/proactor/libuv.c:494
↓ 5 callers
Function
pconnection_wclosed
c/src/proactor/epoll.c:966
↓ 5 callers
Function
pnBytes
(b []byte)
go/pkg/amqp/types.go:205
↓ 5 callers
Function
pn_buffer_capacity
c/src/core/buffer.c:79
↓ 5 callers
Function
pn_buffer_ensure
c/src/core/buffer.c:116
↓ 5 callers
Function
pn_bytes
Convert std::string to pn_bytes_t
cpp/src/types_internal.hpp:48
↓ 5 callers
Function
pn_connection_collector
c/src/core/engine.c:600
↓ 5 callers
Function
pn_data_get_atom
c/src/core/codec.c:2120
↓ 5 callers
Function
pn_data_get_double
c/src/core/codec.c:2022
↓ 5 callers
Function
pn_data_get_float
c/src/core/codec.c:2012
↓ 5 callers
Function
pn_data_get_string
c/src/core/codec.c:2085
↓ 5 callers
Function
pn_data_get_uint
c/src/core/codec.c:1952
↓ 5 callers
Function
pn_data_narrow
c/src/core/codec.c:1285
↓ 5 callers
Function
pn_data_point
c/src/core/codec.c:1297
↓ 5 callers
Function
pn_data_put_atom
c/src/core/codec.c:1828
↓ 5 callers
Function
pn_data_put_described
c/src/core/codec.c:1632
↓ 5 callers
Function
pn_data_put_timestamp
c/src/core/codec.c:1738
↓ 5 callers
Function
pn_decoder_readf64
c/src/core/decoder.c:79
↓ 5 callers
Function
pn_delivery_aborted
c/src/core/engine.c:2279
↓ 5 callers
Function
pn_delivery_settled
c/src/core/engine.c:2214
↓ 5 callers
Function
pn_delivery_writable
c/src/core/engine.c:2237
↓ 5 callers
Function
pn_encoder_writef64
c/src/core/encoder.c:183
↓ 5 callers
Function
pn_error_clear
c/src/core/error.c:62
↓ 5 callers
Function
pn_error_set
c/src/core/error.c:71
↓ 5 callers
Function
pn_fixed_string_append
c/src/core/fixed_string.h:55
↓ 5 callers
Function
pn_framing_send_sasl
c/src/core/framing.c:163
↓ 5 callers
Function
pn_hash_key
c/src/core/object/map.c:447
← previous
next →
1,001–1,100 of 8,826, ranked by callers