Tracks and/or records the delivery of a message over a link.
|
__init__(self,
impl)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
writable(self)
Returns true for an outgoing delivery to which data can now be
written. |
source code
|
|
|
|
|
updated(self)
Returns true if the state of the delivery has been updated (e.g. |
source code
|
|
|
|
|
|
|
partial(self)
Returns true for an incoming delivery if not all the data is yet
available. |
source code
|
|
|
|
|
|
|
settled(self)
Returns true if the delivery has been settled by the remote peer. |
source code
|
|
|
|
|
|
|
link(self)
Returns the link on which the delivery was sent or received. |
source code
|
|
|
session(self)
Returns the session over which the delivery was sent or received. |
source code
|
|
|
|
|
|
Inherited from wrapper.Wrapper :
__cmp__ ,
__del__ ,
__delattr__ ,
__getattr__ ,
__hash__ ,
__repr__ ,
__setattr__
Inherited from object :
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|