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

Class Endpoint

source code

object --+
         |
        Endpoint
Known Subclasses:

Instance Methods

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

Class Variables
  LOCAL_UNINIT = 1
  REMOTE_UNINIT = 8
  LOCAL_ACTIVE = 2
  REMOTE_ACTIVE = 16
  LOCAL_CLOSED = 4
  REMOTE_CLOSED = 32
Properties

Inherited from object: __class__