Trees | Index | Help |
---|
Package twisted :: Package internet :: Module protocol :: Class ProcessProtocol |
|
BaseProtocol
--+
|
ProcessProtocol
JobProcessProtocol
Method Summary | |
---|---|
childConnectionLost(self,
childFD)
| |
childDataReceived(self,
childFD,
data)
| |
This will be called when stderr is closed. | |
Some data was received from stderr. | |
This will be called when stdin is closed. | |
This will be called when stdout is closed. | |
Some data was received from stdout. | |
This will be called when the subprocess is finished. | |
Inherited from BaseProtocol | |
Called when a connection is made. | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
Inherited from BaseProtocol | |
Implements |
__implemented__ = <implementedBy twisted.internet.protoc...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
int |
connected = 0 |
NoneType |
transport = None |
Method Details |
---|
errConnectionLost(self)This will be called when stderr is closed. |
errReceived(self, data)Some data was received from stderr. |
inConnectionLost(self)This will be called when stdin is closed. |
outConnectionLost(self)This will be called when stdout is closed. |
outReceived(self, data)Some data was received from stdout. |
processEnded(self, reason)This will be called when the subprocess is finished.
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Wed Sep 13 13:38:33 2006 | http://epydoc.sf.net |