Package proton :: Module utils :: Class BlockingSender
[frames] | no frames]

type BlockingSender

source code

  object --+    
           |    
BlockingLink --+
               |
              BlockingSender

Instance Methods
 
__init__(self, connection, sender) source code
 
send(self, msg, timeout=False, error_states=None) source code

Inherited from BlockingLink: __getattr__, close

Method Details

__init__(self, connection, sender)
(Constructor)

source code 
Overrides: BlockingLink.__init__