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