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

Module protocol

source code


Version: $Rev$

Classes [hide private]
ProtocolException
UnexpectedResponse
Received an unexpected response, in a wrong state
UnexpectedCommand
Received an unexpected command, in a wrong state
MalformedCommand
The command is badly formed
MalformedResponse
The response is badly formed
InvalidVersion
The version of the protocol is not valid
AuthenticationFailed
Authentication is not valid and failed
ErrorResponse
Got an error response
Command
Command for the FGDP procotol, sent by the client to the server
Response
Response for the FGDP protocol, sent by the server to the client
FGDP_0_1
Definitions for the version 0.1 of the FGDP protocol.
FGDPBaseProtocol
Base class for the twisted side of the FGDP protocol
FGDPServer_0_1
Implementation of the server-side FGDP protocol for version 0.1
FGDPClient_0_1
Implementation of the client-side FGDP protocol for version 0.1
FGDPClientFactory
FGDPServerFactory
Variables [hide private]
  PROTOCOL_NAME = 'FGDP'
  __package__ = 'flumotion.component.common.fgdp'