Package proton :: Module _endpoints :: Class Session
[frames] | no frames]

Class Session

source code

      object --+    
               |    
_wrapper.Wrapper --+
                   |
      object --+   |
               |   |
        Endpoint --+
                   |
                  Session

Instance Methods
 
__init__(self, impl)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
outgoing_bytes(self) source code
 
incoming_bytes(self) source code
 
open(self) source code
 
close(self) source code
 
next(self, mask) source code
 
state(self) source code
 
connection(self) source code
 
sender(self, name) source code
 
receiver(self, name) source code
 
free(self) source code

Inherited from _wrapper.Wrapper: __del__, __delattr__, __eq__, __getattr__, __hash__, __ne__, __repr__, __setattr__

Inherited from Endpoint: remote_condition, transport

Inherited from object: __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Static Methods
 
wrap(impl) source code
Class Variables
  incoming_capacity = property(_get_incoming_capacity, _set_inco...
  outgoing_window = property(_get_outgoing_window, _set_outgoing...

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

Properties

Inherited from object: __class__

Method Details

__init__(self, impl)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

outgoing_bytes(self)

source code 
Decorators:
  • @property

incoming_bytes(self)

source code 
Decorators:
  • @property

state(self)

source code 
Decorators:
  • @property

connection(self)

source code 
Decorators:
  • @property

Class Variable Details

incoming_capacity

Value:
property(_get_incoming_capacity, _set_incoming_capacity)

outgoing_window

Value:
property(_get_outgoing_window, _set_outgoing_window)