Trees | Indices | Help |
---|
|
object --+ | FGDP_0_1 --+ | twisted.internet.protocol.BaseProtocol --+ | | | twisted.internet.protocol.Protocol --+ | | | twisted.protocols.basic._PauseableMixin --+ | | | 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 Inherited from Inherited from Inherited from Inherited from |
|
|||
logCategory =
Implementors can provide a category to log their messages under. |
|||
SERVER_STATE_DISCONNECTED =
|
|||
SERVER_STATE_AUTHENTICATE =
|
|||
SERVER_STATE_CONNECTED =
|
|||
_state =
|
|||
_version =
|
|||
_challenge =
|
|||
_random = None hash(x) |
|||
Inherited from Inherited from Inherited from Inherited from 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 Wed Aug 27 03:42:25 2014 | http://epydoc.sourceforge.net |