Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module default |
|
Default reactor base classes, and a select() based reactor.
API Stability: stable
Maintainer: Itamar Shtull-Trauring<mailto:twisted@itamarst.org>Classes | |
---|---|
PosixReactorBase |
A basis for reactors that use file descriptors. |
SelectReactor |
A select() based reactor - runs on all POSIX platforms and on Win32. |
_UnixWaker |
This class provides a simple interface to wake up the select() loop. |
_Waker |
This class provides a simple interface to wake up the select() loop. |
_Win32Waker |
I am a workaround for the lack of pipes on win32. |
Function Summary | |
---|---|
Configure the twisted mainloop to be run using the select() reactor. | |
Win32 select wrapper. |
Variable Summary | |
---|---|
ConnectionLost |
CONNECTION_LOST
|
int |
EBADF
|
int |
EINTR
|
MetaInterface |
IReactorArbitrary
|
MetaInterface |
IReactorCore
|
MetaInterface |
IReactorFDSet
|
MetaInterface |
IReactorMulticast
|
MetaInterface |
IReactorProcess
|
MetaInterface |
IReactorSSL
|
MetaInterface |
IReactorTCP
|
MetaInterface |
IReactorTime
|
MetaInterface |
IReactorUDP
|
MetaInterface |
IReactorUNIX
|
Platform |
platform
|
dict |
reads
|
int |
sslEnabled
|
int |
unixEnabled
|
dict |
writes
|
ConnectionFdescWentAway |
_NO_FILEDESC
|
ConnectionFdescWentAway |
_NO_FILENO
|
Function Details |
---|
install()Configure the twisted mainloop to be run using the select() reactor. |
win32select(r, w, e, timeout=None)Win32 select wrapper. |
Variable Details |
---|
CONNECTION_LOST
|
EBADF
|
EINTR
|
IReactorArbitrary
|
IReactorCore
|
IReactorFDSet
|
IReactorMulticast
|
IReactorProcess
|
IReactorSSL
|
IReactorTCP
|
IReactorTime
|
IReactorUDP
|
IReactorUNIX
|
platform
|
reads
|
sslEnabled
|
unixEnabled
|
writes
|
_NO_FILEDESC
|
_NO_FILENO
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:18:25 2003 | http://epydoc.sf.net |