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 help(type(x)) for signature
source code
 
__del__(self) source code
 
open(self) source code
 
close(self) source code
 
session(self) source code
 
session_head(self, mask) source code
 
link_head(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
  container
  hostname
  remote_container
  remote_hostname
  state
  writable
  work_head

Inherited from object: __class__

Method Details

__init__(self, _conn=None)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details

container

Get Method:
_get_container(self)
Set Method:
_set_container(self, name)

hostname

Get Method:
_get_hostname(self)
Set Method:
_set_hostname(self, name)

remote_container

Get Method:
unreachable.remote_container(self)

remote_hostname

Get Method:
unreachable.remote_hostname(self)

state

Get Method:
unreachable.state(self)

writable

Get Method:
unreachable.writable(self)

work_head

Get Method:
unreachable.work_head(self)