Esempio n. 1
0
 def frames_input(self):
     #return pn_transport_get_frames_input(self._trans)
     raise ProtonUnsupportedOperationException()
Esempio n. 2
0
 def _set_idle_timeout(self, value):
     #pn_transport_set_idle_timeout(self._trans, value)
     raise ProtonUnsupportedOperationException()
Esempio n. 3
0
 def remote_idle_timeout(self):
     #return pn_transport_get_remote_idle_timeout(self._trans)
     raise ProtonUnsupportedOperationException()
Esempio n. 4
0
 def _set_max_frame_size(self, value):
     #pn_transport_set_max_frame(self._trans, value)
     raise ProtonUnsupportedOperationException()
Esempio n. 5
0
 def remote_max_frame_size(self):
     #return pn_transport_get_remote_max_frame(self._trans)
     raise ProtonUnsupportedOperationException()
Esempio n. 6
0
 def put_array(self, *args, **kwargs):
     raise ProtonUnsupportedOperationException()
Esempio n. 7
0
 def offered(self, n):
     raise ProtonUnsupportedOperationException()
Esempio n. 8
0
 def available(self):
     raise ProtonUnsupportedOperationException()
Esempio n. 9
0
 def writable(self):
     raise ProtonUnsupportedOperationException()
Esempio n. 10
0
 def __init__(self, *args, **kwargs):
     raise ProtonUnsupportedOperationException()
Esempio n. 11
0
 def _get_idle_timeout(self):
     #return pn_transport_get_idle_timeout(self._trans)
     raise ProtonUnsupportedOperationException("Transport.idle_timeout")
Esempio n. 12
0
 def writable(self):
     raise ProtonUnsupportedOperationException("Connection.writable")