Package qpid :: Module ops :: Class flow_mode
[frames] | no frames]

Class flow_mode

object --+    
         |    
      Enum --+
             |
            flow_mode



credit -- None

  Credit based flow control.

window -- None

  Window based flow control.

Instance Methods

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

Class Variables
  NAME = 'flow_mode'
  TYPE = 'uint8'
  VALUES = [0, 1]
  credit = 0
  window = 1
Properties

Inherited from object: __class__