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

Class Message


A message between a connection thread and the server object, or vice versa
Method Summary
  __init__(self, cmd, respondqueue, clientaddr, data)
  __repr__(self)

Class Variable Summary
int CMD_CONNECTION_CLOSE = 8                                                                     
int CMD_LOG = 0                                                                     
int CMD_LOG_EXCEPTION = 1                                                                     
int CMD_NEW_ACCEPT_REQUEST = 2                                                                     
int CMD_NEW_ACCEPT_RESPONSE = 3                                                                     
int CMD_NEW_USER_REQUEST = 4                                                                     
int CMD_NEW_USER_RESPONSE = 5                                                                     
int CMD_XMLRPC_REQUEST = 6                                                                     
int CMD_XMLRPC_RESPONSE = 7                                                                     

Class Variable Details

CMD_CONNECTION_CLOSE

Type:
int
Value:
8                                                                     

CMD_LOG

Type:
int
Value:
0                                                                     

CMD_LOG_EXCEPTION

Type:
int
Value:
1                                                                     

CMD_NEW_ACCEPT_REQUEST

Type:
int
Value:
2                                                                     

CMD_NEW_ACCEPT_RESPONSE

Type:
int
Value:
3                                                                     

CMD_NEW_USER_REQUEST

Type:
int
Value:
4                                                                     

CMD_NEW_USER_RESPONSE

Type:
int
Value:
5                                                                     

CMD_XMLRPC_REQUEST

Type:
int
Value:
6                                                                     

CMD_XMLRPC_RESPONSE

Type:
int
Value:
7                                                                     

Generated by Epydoc 2.1 on Fri Aug 15 18:58:27 2008 http://epydoc.sf.net