Package bitfling :: Module xmlrpcstuff :: Class Server :: Class Message
[hide private]
[frames] | no frames]

Class Message

source code

A message between a connection thread and the server object, or vice versa

Instance Methods [hide private]
 
__init__(self, cmd, respondqueue=None, clientaddr=None, data=None) source code
 
__repr__(self) source code
Class Variables [hide private]
  CMD_LOG = 0
  CMD_LOG_EXCEPTION = 1
  CMD_NEW_ACCEPT_REQUEST = 2
  CMD_NEW_ACCEPT_RESPONSE = 3
  CMD_NEW_USER_REQUEST = 4
  CMD_NEW_USER_RESPONSE = 5
  CMD_XMLRPC_REQUEST = 6
  CMD_XMLRPC_RESPONSE = 7
  CMD_CONNECTION_CLOSE = 8