Home | Trees | Indices | Help |
|
---|
|
twisted.internet.protocol.BaseProtocol --+ | twisted.internet.protocol.Protocol --+ | protocol.BaseProtocol --+ | ClientProtocol
The client protocol.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
udpTimeout = 3000
|
|
Inherited from Inherited from Inherited from |
Instance Variables | |
datagram = None The ClientDatagram protocol this connection is using for UDP handling |
|
Inherited from |
Method Details |
Sends a connection acceptance request to the server after the connection has been made.
|
Called when a packet is received.
|
Sends a packetloader to the server
|
Request a channel list from the server.
|
Send a message directly to the server.
|
Join a channel by name.
|
Leave a channel.
|
Request a name change.
|
Called when the server has accepted the requested name (or has specified one itself).
|
Called when the server has accepted name change (or has given the client a new one).
|
Called when the server disconnects or when the server denies an client request.
|
Called when a server message arrives.
|
Called when a message from a channel arrives.
|
Called when a private message has been received
|
Called when the server has accepted a channel join request.
|
Called when the server has accepted a channel leave request.
|
Called when a client has joined the channel.
|
Called when a client exists in the channel.
|
Called when a client has left the channel.
|
Called when a client in the channel has changed name.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 22 06:19:59 2011 | http://epydoc.sourceforge.net |