Module test_server :: Class MyProtocol
[show private | hide private]
[frames | no frames]

Class MyProtocol

  object --+        
           |        
BaseProtocol --+    
               |    
     RawProtocol --+
                   |
                  MyProtocol


Method Summary
a new object with type S, a subtype of T __new__(S, ...)
  connectionEstablished(self)
Callback called when the connection is established
  connectionLost(self)
Callback called when the connection is lost
  dataReceived(self, data)
Callback called to process received data

Method Details

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

connectionEstablished(self)

Callback called when the connection is established
Overrides:
Honey.Protocol.BaseProtocol.connectionEstablished (inherited documentation)

connectionLost(self)

Callback called when the connection is lost
Overrides:
Honey.Protocol.BaseProtocol.connectionLost (inherited documentation)

dataReceived(self, data)

Callback called to process received data
Overrides:
Honey.Protocol.RawProtocol.dataReceived (inherited documentation)

Generated by Epydoc 1.1 on Sun Dec 7 16:05:46 2003 http://epydoc.sf.net