Method Summary |
|
closeStderr (self)
Close stderr. |
|
closeStdin (self)
Close stdin after all data has been written out. |
|
closeStdout (self)
Close stdout. |
|
getHost (self)
Similar to getPeer, but returns a tuple describing this side of the
connection. (inherited from ITransport )
|
|
getPeer (self)
Return a tuple of (TYPE, ...). (inherited from ITransport )
|
|
loseConnection (self)
Close stdin, stderr and stdout. |
|
signalProcess (self,
signalID)
Send a signal to the process. |
|
write (self,
data)
Write some data to the physical connection, in sequence. (inherited from ITransport )
|
|
writeSequence (self,
data)
Write a list of strings to the physical connection. (inherited from ITransport )
|