Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module win32eventreactor :: Class Win32Reactor |
|
ReactorBase
--+ |PosixReactorBase
--+ | Win32Reactor
Method Summary | |
---|---|
__init__(self)
(inherited from ReactorBase )
| |
Add a new win32 event to the event loop. | |
Add a socket FileDescriptor for notification of data available to read. | |
See twisted.internet.interfaces.IReactorCore.addSystemEventTrigger. (inherited from ReactorBase )
| |
Add a socket FileDescriptor for notification of data available to write. | |
See twisted.internet.interfaces.IReactorThreads.callFromThread. (inherited from ReactorBase )
| |
See twisted.internet.interfaces.IReactorThreads.callInThread. (inherited from ReactorBase )
| |
See twisted.internet.interfaces.IReactorTime.callLater. (inherited from ReactorBase )
| |
See twisted.internet.interfaces.IReactorTime.cancelCallLater. (inherited from ReactorBase )
| |
Deprecated - use connectSSL instead. (inherited from ReactorBase )
| |
Deprecated - use connectTCP instead. (inherited from ReactorBase )
| |
Deprecated - use connectUNIX instead. (inherited from ReactorBase )
| |
Connects a ConnectedDatagramProtocol instance to a UDP port. (inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
Connects a ConnectedDatagramProtocol instance to a UDP
port. (inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
connectWith(self,
connectorType,
*args,
**kw)
(inherited from PosixReactorBase )
| |
See twisted.internet.interfaces.IReactorCore.crash. (inherited from ReactorBase )
| |
Disconnect every reader, and writer in the system. (inherited from ReactorBase )
| |
doIteration(self,
timeout,
reads,
writes)
| |
Do one iteration over the readers and writers we know about. (inherited from ReactorBase )
| |
doWaitForMultipleEvents(self,
timeout,
reads,
writes)
| |
See twisted.internet.interfaces.IReactorCore.fireSystemEvent. (inherited from ReactorBase )
| |
getDelayedCalls(self)
(inherited from ReactorBase )
| |
initThreads(self)
(inherited from ReactorBase )
| |
installResolver(self,
resolver)
(inherited from ReactorBase )
| |
Install a `waker' to allow other threads to wake up the IO thread. (inherited from PosixReactorBase )
| |
See twisted.internet.interfaces.IReactorCore.iterate. (inherited from ReactorBase )
| |
Connects a given DatagramProtocol to the given numeric UDP port. (inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
Connects a given DatagramProtocol to the given numeric UDP
port. (inherited from PosixReactorBase )
| |
(inherited from PosixReactorBase )
| |
listenWith(self,
portType,
*args,
**kw)
(inherited from PosixReactorBase )
| |
mainLoop(self)
(inherited from PosixReactorBase )
| |
Remove all selectables, and return a list of them. | |
Remove an event. | |
Remove a Selectable for notification of data available to read. | |
See twisted.internet.interfaces.IReactorCore.removeSystemEventTrigger. (inherited from ReactorBase )
| |
Remove a Selectable for notification of data available to write. | |
Return a Deferred that will resolve a hostname. (inherited from ReactorBase )
| |
run(self,
installSignalHandlers)
(inherited from PosixReactorBase )
| |
Run all pending timed calls. (inherited from ReactorBase )
| |
Handle a SIGBREAK interrupt. (inherited from ReactorBase )
| |
Handle a SIGINT interrupt. (inherited from ReactorBase )
| |
Handle a SIGTERM interrupt. (inherited from ReactorBase )
| |
Spawn a process. | |
startRunning(self,
installSignalHandlers)
(inherited from PosixReactorBase )
| |
See twisted.internet.interfaces.IReactorCore.stop. (inherited from ReactorBase )
| |
See twisted.internet.interfaces.IReactorThreads.suggestThreadPoolSize. (inherited from ReactorBase )
| |
timeout(self)
(inherited from ReactorBase )
| |
Wake up the event loop. (inherited from ReactorBase )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
NoneType |
dummyEvent
|
Method Details |
---|
addEvent(self, event, fd, action, events={})Add a new win32 event to the event loop. |
addReader(self, reader, reads={})Add a socket FileDescriptor for notification of data available to read. |
addWriter(self, writer, writes={})Add a socket FileDescriptor for notification of data available to write. |
removeAll(self)Remove all selectables, and return a list of them. |
removeEvent(self, event)Remove an event. |
removeReader(self, reader)Remove a Selectable for notification of data available to read. |
removeWriter(self, writer, writes={})Remove a Selectable for notification of data available to write. |
spawnProcess(self, processProtocol, executable, args=(), env={}, path=None)Spawn a process. |
Class Variable Details |
---|
dummyEvent
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:16:30 2003 | http://epydoc.sf.net |