Ejemplo n.º 1
0
    def close_tail(self):
        """
        Indicate that the input has reached End Of Stream (EOS).

        This tells the transport that no more input will be forthcoming.

        :raise: :exc:`TransportException` if there is any Proton error.
        """
        self._check(pn_transport_close_tail(self._impl))
Ejemplo n.º 2
0
 def close_tail(self):
     self._check(pn_transport_close_tail(self._impl))
Ejemplo n.º 3
0
 def close_tail(self):
     self._check(pn_transport_close_tail(self._impl))