Home | Trees | Indices | Help |
|
---|
|
object --+ | baseloader._BaseLoader --+ | Hello
This is the initial connection request sent by the client. If it does not send this request within reasonable time, it is disconnected.
Use the methods to manipulate properties (if available).
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
clientType = None hash(x) |
|
extensions = None hash(x) |
|
packetId = 0
|
Instance Variables | |
flags = None Settings specified the client. |
|
protocolVersion = None This is the protocol version that the client can communicate with. |
Properties | |
Inherited from |
Method Details |
Initializer for this loader
|
Parses 'data' and sets the properties of the packetloader.
|
Return the client type as a string.
|
Set the type of this client from string.
|
Generate the raw representation of the packetloader.
|
Instance Variable Details |
flagsSettings specified the client. It might, for example, not want to get messaged privately.
|
protocolVersionThis is the protocol version that the client can communicate with. The server might want to disconnect the client if it does not support this version.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 16 22:07:42 2010 | http://epydoc.sourceforge.net |