Package Honey :: Module Protocol :: Class RawProtocol
[show private | hide private]
[frames | no frames]

Class RawProtocol

  object --+    
           |    
BaseProtocol --+
               |
              RawProtocol

Known Subclasses:
LineProtocol, MyRawProtocol, MyProtocol, MyProtocol, DumbProtocol

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

Method Details

__new__(S, ...)

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

dataReceived(self, data)

Callback called to process received data

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