Table of Contents

Module: xmlclient swocket/xmlclient.py

An abstract class for use when implementing a client for the swocket protocol. It is derived from asynchat.async_chat, and relies on xml.dom.minidom to handle the xml data packets from the server.

The methods you should use are: handle_close() - kill the connection push(data) - push an entire data packet to the server (termination is automatic) pushXML(doc) - push an xml.dom.minidom type document to the server

Classes   
swocket_xmlclient

This is an abstract class, you must derive from this class and add


Table of Contents

This document was automatically generated on Wed Jul 11 15:13:59 2001 by HappyDoc version r1_5