Package pyrobot :: Package system :: Module ClientServer :: Class ReqHandler
[frames | no frames]

Class ReqHandler

BaseRequestHandler --+
                     |
                    ReqHandler


Method Summary
  handle(self)
  process(self, data)
this functin will handle all the incoming messages from client...
  process_robot(self, data)
    Inherited from BaseRequestHandler
  __init__(self, request, client_address, server)
  finish(self)
  setup(self)

Method Details

process(self, data)

this functin will handle all the incoming messages from client
args: data - Message class
return: msg - Message class

Generated by Epydoc 2.1 on Mon Jul 25 01:39:26 2005 http://epydoc.sf.net