Package twisted :: Package internet :: Module protocol :: Class ConsumerToProtocolAdapter
[show private | hide private]
[frames | no frames]

Class ConsumerToProtocolAdapter

Adapter --+
          |
         ConsumerToProtocolAdapter


This class is unstable.
Method Summary
  __init__(self, original)
Set my 'original' attribute to be the object I am adapting. (inherited from Adapter)
  connectionLost(self, reason)
  connectionMade(self)
  dataReceived(self, data)
  getComponent(self, interface, registry, default)
I forward getComponent to self.original on the assumption that it is an instance of Componentized. (inherited from Adapter)
  isuper(self, iface, adapter)
Forward isuper to self.original (inherited from Adapter)
  makeConnection(self, transport)

Class Variable Summary
class IProtocol

Class Variable Details

IProtocol

IProtocol = twisted.internet.interfaces.IProtocol

Generated by Epydoc 1.1 on Fri Jun 27 03:48:12 2003 http://epydoc.sf.net