Method Summary |
|
processEnded (self,
reason)
This will be called when the subprocess is finished. |
Inherited from ProcessProtocol |
|
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. |
Inherited from BaseProtocol |
|
connectionMade (self)
Called when a connection is made. |
|
makeConnection (self,
transport)
Make a connection to a transport and a server. |