| Home | Trees | Index | Help |
|---|
| Package twisted :: Package internet :: Module interfaces :: Class IProcessTransport |
|
Interface--+ |ITransport--+ | IProcessTransport
| Method Summary | |
|---|---|
Close stderr. | |
Close stdin after all data has been written out. | |
Close stdout. | |
Similar to getPeer, but returns a tuple describing this side of the connection. (inherited from ITransport)
| |
Return a tuple of (TYPE, ...). (inherited from ITransport)
| |
Close stdin, stderr and stdout. | |
Send a signal to the process. | |
Write some data to the physical connection, in sequence. (inherited from ITransport)
| |
Write a list of strings to the physical connection. (inherited from ITransport)
| |
| Method Details |
|---|
closeStderr(self)Close stderr. |
closeStdin(self)Close stdin after all data has been written out. |
closeStdout(self)Close stdout. |
loseConnection(self)Close stdin, stderr and stdout. |
signalProcess(self, signalID)
Send a signal to the process. signalID can
be:
* one of "HUP", "KILL", "STOP", or "INT".
These will be implemented in a
cross-platform manner, and so should be used
if possible.
* an integer, where it represents a POSIX
signal ID.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:12 2003 | http://epydoc.sf.net |