Abstract class EngineClient.
|
|
|
|
|
|
|
error_fileno(self)
Return the standard error reader file descriptor as an integer. |
source code
|
|
|
reader_fileno(self)
Return the reader file descriptor as an integer. |
source code
|
|
|
writer_fileno(self)
Return the writer file descriptor as an integer. |
source code
|
|
|
|
|
|
|
_set_reading_error(self)
Set error reading state. |
source code
|
|
|
|
|
_read(self,
size=-1)
Read data from process. |
source code
|
|
|
_readerr(self,
size=-1)
Read error data from process. |
source code
|
|
|
|
|
|
|
|
|
_exec_nonblock(self,
commandlist,
shell=False,
env=None)
Utility method to launch a command with stdin/stdout file descriptors
configured in non-blocking mode. |
source code
|
|
|
_readlines(self)
Utility method to read client lines |
source code
|
|
|
_readerrlines(self)
Utility method to read client lines |
source code
|
|
|
_write(self,
buf)
Add some data to be written to the client. |
source code
|
|
|
|
|
|
Inherited from Engine.Engine.EngineBaseTimer :
invalidate ,
is_valid ,
set_nextfire
|