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

Class Sender

source code

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

Instance Methods
 
__init__(self, c_link)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
offered(self, n) source code
 
send(self, bytes) source code

Inherited from Link: advance, available, close, credit, current, delivery, drained, free, is_receiver, is_sender, name, next, open, queued, remote_rcv_settle_mode, remote_snd_settle_mode, remote_source, remote_target, session, source, state, target, unsettled

Inherited from Endpoint: remote_condition

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

Class Variables

Inherited from Link: RCV_FIRST, RCV_SECOND, SND_MIXED, SND_SETTLED, SND_UNSETTLED, rcv_settle_mode, snd_settle_mode

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

Properties

Inherited from object: __class__

Method Details

__init__(self, c_link)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)