Package flumotion :: Package component :: Package common :: Package fgdp :: Module protocol :: Class FGDP_0_1
[hide private]

Class FGDP_0_1

source code

object --+
         |
        FGDP_0_1

Definitions for the version 0.1 of the FGDP protocol. Future extensions of the protocol should subclass this class.

Instance Methods [hide private]

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

Class Variables [hide private]
  LOGIN_COMMAND = 'LOGIN'
  AUTH_COMMAND = 'AUTH'
  OK_RESPONSE = 'OK'
  ERROR_RESPONSE = 'ERROR'
  CHALLENGE_RESPONSE = 'CHALLENGE'
Properties [hide private]

Inherited from object: __class__