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

Class Connection

source code

object --+    
         |    
  Endpoint --+
             |
            Connection

Instance Methods
 
__init__(self, _conn=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__del__(self) source code
 
remote_container(self) source code
 
remote_hostname(self) source code
 
remote_offered_capabilities(self) source code
 
remote_desired_capabilities(self) source code
 
open(self) source code
 
close(self) source code
 
state(self) source code
 
writable(self) source code
 
session(self) source code
 
session_head(self, mask) source code
 
link_head(self, mask) source code
 
work_head(self) source code
 
error(self) source code

Inherited from Endpoint: remote_condition

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

Class Variables
  container = property(_get_container, _set_container)
  hostname = property(_get_hostname, _set_hostname)

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

Properties

Inherited from object: __class__

Method Details

__init__(self, _conn=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

remote_container(self)

source code 
Decorators:
  • @property

remote_hostname(self)

source code 
Decorators:
  • @property

remote_offered_capabilities(self)

source code 
Decorators:
  • @property

remote_desired_capabilities(self)

source code 
Decorators:
  • @property

state(self)

source code 
Decorators:
  • @property

writable(self)

source code 
Decorators:
  • @property

work_head(self)

source code 
Decorators:
  • @property

error(self)

source code 
Decorators:
  • @property