Trees | Indices | Help |
---|
|
object --+ | FGDP_0_1 --+ | twisted.protocols.basic.LineReceiver --+ | | | extern.log.log.Loggable --+ | | | FGDPBaseProtocol --+ | FGDPServer_0_1
Implementation of the server-side FGDP protocol for version 0.1
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
logCategory = 'fgdp-server' Implementors can provide a category to log their messages under. |
|||
SERVER_STATE_DISCONNECTED = "disconnected"
|
|||
SERVER_STATE_AUTHENTICATE = "authenticate"
|
|||
SERVER_STATE_CONNECTED = "connected"
|
|||
_state = "disconnected"
|
|||
_version = 0, 1
|
|||
_challenge = ''
|
|||
_random = None hash(x) |
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Store a reference of the trasport and file descriptor of the used by the new connection
|
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 |