Module proton :: Class Sender
[frames] | no frames]

Class Sender

source code

object --+        
         |        
  Endpoint --+    
             |    
          Link --+
                 |
                Sender

Instance Methods
 
offered(self, n) source code
 
send(self, bytes) source code
 
drained(self) source code

Inherited from Link: __del__, __init__, advance, close, delivery, next, open

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from Endpoint: LOCAL_ACTIVE, LOCAL_CLOSED, LOCAL_UNINIT, REMOTE_ACTIVE, REMOTE_CLOSED, REMOTE_UNINIT

Properties

Inherited from Link: available, credit, current, queued, remote_source, remote_target, session, source, state, target, unsettled

Inherited from object: __class__