| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package internet :: Module protocol :: Class ProcessProtocol |
|
BaseProtocol --+
|
ProcessProtocol
_BackRelay,
_ValueGetter,
CGIProcessProtocol,
LoggingProtocol,
ProcessAliasProtocol,
SSHSessionProtocol,
TrialProcessProtocol| Method Summary | |
|---|---|
This will be called when stderr is closed. | |
Some data was received from stderr. | |
Called when stdin is shut down. | |
Called when stdout is shut down. | |
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 | |
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)Called when stdin is shut down. |
outConnectionLost(self)Called when stdout is shut down. |
outReceived(self, data)Some data was received from stdout. |
processEnded(self, reason)This will be called when the subprocess is finished.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:04 2003 | http://epydoc.sf.net |