Esempio n. 1
0
    def close_head(self):
        """
        Indicate that the output has closed.

        This tells the transport that no more output will be popped.

        :raise: :exc:`TransportException` if there is any Proton error.
        """
        self._check(pn_transport_close_head(self._impl))
Esempio n. 2
0
 def close_head(self):
     self._check(pn_transport_close_head(self._impl))
Esempio n. 3
0
 def close_head(self):
     self._check(pn_transport_close_head(self._impl))