Trees | Indices | Help |
---|
|
object --+ | FGDP_0_1 --+ | twisted.protocols.basic.LineReceiver --+ | | | extern.log.log.Loggable --+ | | | FGDPBaseProtocol --+ | FGDPClient_0_1
Implementation of the client-side FGDP protocol for version 0.1
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
logCategory = 'fgdp-client' Implementors can provide a category to log their messages under. |
|||
CLIENT_STATE_DISCONNECTED = "disconnected"
|
|||
CLIENT_STATE_LOGIN = "login"
|
|||
CLIENT_STATE_AUTHENTICATING = "authenticate"
|
|||
CLIENT_STATE_CONNECTED = "connected"
|
|||
_version = 0, 1
|
|||
_state = "disconnected"
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Subclasses must implement this method to start the protocol after a new connection has been made
|
Subclasses must implement this method to stop the protocol after the connection has been closed
|
Subclasess must implement this method to process the messages of the line-based protocol
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 13 06:17:02 2013 | http://epydoc.sourceforge.net |