| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module protocol :: Class ConsumerToProtocolAdapter |
|
Adapter --+
|
ConsumerToProtocolAdapter
| Method Summary | |
|---|---|
Set my 'original' attribute to be the object I am adapting. (inherited from Adapter)
| |
connectionLost(self,
reason)
| |
connectionMade(self)
| |
dataReceived(self,
data)
| |
I forward getComponent to self.original on the assumption that it is an instance of Componentized. (inherited from Adapter)
| |
Forward isuper to self.original (inherited from Adapter)
| |
makeConnection(self,
transport)
| |
| Class Variable Summary | |
|---|---|
class |
IProtocol
|
| Class Variable Details |
|---|
IProtocolIProtocol = twisted.internet.interfaces.IProtocol
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:48:12 2003 | http://epydoc.sf.net |