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

Class Link

source code

object --+    
         |    
  Endpoint --+
             |
            Link
Known Subclasses:

Instance Methods
 
__init__(self, link)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__del__(self) source code
 
open(self) source code
 
close(self) source code
 
delivery(self, tag) source code
 
advance(self) source code
 
next(self, mask) source code

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
  state
  source
  target
  remote_source
  remote_target
  session
  current
  unsettled
  credit
  available
  queued

Inherited from object: __class__

Method Details

__init__(self, link)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details

state

Get Method:
unreachable.state(self)

source

Get Method:
_get_source(self)
Set Method:
_set_source(self, source)

target

Get Method:
_get_target(self)
Set Method:
_set_target(self, target)

remote_source

Get Method:
unreachable.remote_source(self)

remote_target

Get Method:
unreachable.remote_target(self)

session

Get Method:
unreachable.session(self)

current

Get Method:
unreachable.current(self)

unsettled

Get Method:
unreachable.unsettled(self)

credit

Get Method:
unreachable.credit(self)

available

Get Method:
unreachable.available(self)

queued

Get Method:
unreachable.queued(self)