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

Class BaseProtocol

object --+
         |
        BaseProtocol

Known Subclasses:
RawProtocol, MyBaseProtocol

Base class for implementing protocols
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

Method Details

__new__(S, ...)

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

connectionEstablished(self)

Callback called when the connection is established

connectionLost(self)

Callback called when the connection is lost

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