コード例 #1
0
ファイル: _transport.py プロジェクト: apache/qpid-proton
 def done(self, outcome):
     pn_sasl_done(self._sasl, outcome)
コード例 #2
0
 def done(self, outcome):
     """
     Set the outcome of SASL negotiation. Used by the server to set the
     result of the negotiation process.
     """
     pn_sasl_done(self._sasl, outcome)
コード例 #3
0
ファイル: _transport.py プロジェクト: archerabi/qpid-proton
 def done(self, outcome):
     pn_sasl_done(self._sasl, outcome)