Module: client | swocket/client.py | ||||
---|---|---|---|---|---|
An abstract class for use when implementing a dumb (probably debug) client for the swocket protocol. It is derived from asynchat.async_chat The methods you should use: handle_close() - kill the connection push(data) - push an entire data packet to the server (null termination is automatic)
|