コード例 #1
0
    def encrypted(self) -> bool:
        """
        Indicate whether the transport connection is encrypted.

        .. note:: This property may not be stable until the :const:`Event.CONNECTION_REMOTE_OPEN`
            event is received.
        """
        return pn_transport_is_encrypted(self._impl)
コード例 #2
0
ファイル: _transport.py プロジェクト: apache/qpid-proton
 def encrypted(self):
     return pn_transport_is_encrypted(self._impl)
コード例 #3
0
ファイル: _transport.py プロジェクト: archerabi/qpid-proton
 def encrypted(self):
     return pn_transport_is_encrypted(self._impl)