class documentation
class RosbridgeTcpSocket(SocketServer.BaseRequestHandler):
TCP Socket server for rosbridge. An instance of this class is created for each request.
| Method | finish |
Called when TCP connection finishes. Called after the handle() method to perform any clean-up actions required. If setup() raises an exception, this function will not be called. |
| Method | handle |
Listen for TCP messages and do all the work to service a request. |
| Method | recv |
Undocumented |
| Method | recvall |
Undocumented |
| Method | send |
Callback from rosbridge |
| Method | setup |
Called before the handle() method to perform any initialization actions required. The default implementation does nothing. |
| Class Variable | bson |
Undocumented |
| Class Variable | busy |
Undocumented |
| Class Variable | client |
Undocumented |
| Class Variable | client |
Undocumented |
| Class Variable | clients |
Undocumented |
| Class Variable | delay |
Undocumented |
| Class Variable | fragment |
Undocumented |
| Class Variable | incoming |
Undocumented |
| Class Variable | max |
Undocumented |
| Class Variable | queue |
Undocumented |
| Class Variable | socket |
Undocumented |
| Class Variable | unregister |
Undocumented |
| Instance Variable | protocol |
Undocumented |
Called when TCP connection finishes. Called after the handle() method to perform any clean-up actions required. If setup() raises an exception, this function will not be called.