Package twisted :: Package test :: Module test_internet :: Class MyProtocol
[show private | hide private]
[frames | no frames]

Class MyProtocol

BaseProtocol --+    
               |    
        Protocol --+
                   |
                  MyProtocol


Sample protocol.
Method Summary
  connectionFailed(self)
(Deprecated) (inherited from Protocol)
  connectionLost(self, reason)
Called when the connection is shut down. (inherited from Protocol)
  connectionMade(self)
Called when a connection is made. (inherited from BaseProtocol)
  dataReceived(self, data)
Called whenever data is received. (inherited from Protocol)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:59 2003 http://epydoc.sf.net