Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module utils :: Class _BackRelay |
|
BaseProtocol
--+ |ProcessProtocol
--+ | _BackRelay
Method Summary | |
---|---|
__init__(self,
deferred)
| |
Called when a connection is made. (inherited from BaseProtocol )
| |
This will be called when stderr is closed. (inherited from ProcessProtocol )
| |
errReceived(self,
text)
| |
Called when stdin is shut down. (inherited from ProcessProtocol )
| |
Make a connection to a transport and a server. (inherited from BaseProtocol )
| |
Called when stdout is shut down. (inherited from ProcessProtocol )
| |
outReceived(self,
text)
| |
This will be called when the subprocess is finished. |
Method Details |
---|
processEnded(self, reason)This will be called when the subprocess is finished.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:36 2003 | http://epydoc.sf.net |