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

Method _pump

tests/python/proton_tests/ssl.py:83–84  ·  view source on GitHub ↗
(self, ssl_client, ssl_server, buffer_size=1024)

Source from the content-addressed store, hash-verified

81 self.transport.bind(self.connection)
82
83 def _pump(self, ssl_client, ssl_server, buffer_size=1024):
84 pump(ssl_client.transport, ssl_server.transport, buffer_size)
85
86 def _pump_with_failing_negotiation(self, client, server, onesided = False):
87 # Exception once for client/server transport

Calls 1

pumpFunction · 0.85