MCPcopy Create free account
hub / github.com/apache/qpid-proton / on_link_opened

Method on_link_opened

python/examples/client_http.py:46–49  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

44 self.receiver = event.container.create_receiver(conn, None, dynamic=True)
45
46 def on_link_opened(self, event):
47 if event.receiver == self.receiver:
48 self.reply_address = event.link.remote_source.address
49 self.do_request()
50
51 def on_sendable(self, event):
52 self.do_request()

Callers

nothing calls this directly

Calls 1

do_requestMethod · 0.95

Tested by

no test coverage detected