Home | Trees | Index | Help |
---|
Package twisted :: Package internet :: Module gtk2reactor :: Class Gtk2Reactor |
|
ReactorBase
--+ |PosixReactorBase
--+ | Gtk2Reactor
GladeReactor
Method Summary | |
---|---|
__init__(self)
(inherited from ReactorBase )
| |
addReader(self,
reader)
| |
See twisted.internet.interfaces.IReactorCore.addSystemEventTrigger. (inherited from ReactorBase )
| |
addWriter(self,
writer)
| |
callback(self,
source,
condition)
| |
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. | |
Disconnect every reader, and writer in the system. (inherited from ReactorBase )
| |
doIteration(self,
delay)
| |
doIterationTimeout(self,
*args)
| |
See twisted.internet.interfaces.IReactorCore.fireSystemEvent. (inherited from ReactorBase )
| |
getDelayedCalls(self)
(inherited from ReactorBase )
| |
initThreads(self)
(inherited from ReactorBase )
| |
input_add(self,
source,
condition,
callback)
| |
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 )
| |
removeAll(self)
| |
removeReader(self,
reader)
| |
See twisted.internet.interfaces.IReactorCore.removeSystemEventTrigger. (inherited from ReactorBase )
| |
removeWriter(self,
writer)
| |
Return a Deferred that will resolve a hostname. (inherited from ReactorBase )
| |
run(self,
installSignalHandlers)
| |
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 )
| |
Run simulation loops and reschedule callbacks. | |
spawnProcess(self,
processProtocol,
executable,
args,
env,
path,
uid,
gid,
usePTY)
(inherited from PosixReactorBase )
| |
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 )
| |
_cbContinueSystemEvent(self,
result,
eventType)
(inherited from ReactorBase )
| |
_continueSystemEvent(self,
eventType)
(inherited from ReactorBase )
| |
_doReadOrWrite(self,
source,
condition,
faildict)
| |
Reap all processes on SIGCHLD. (inherited from PosixReactorBase )
| |
Install the signal handlers for the Twisted event loop. (inherited from PosixReactorBase )
| |
_initThreadPool(self)
(inherited from ReactorBase )
| |
_internalResolve(self,
name,
timeout)
(inherited from ReactorBase )
| |
_resetCallLater(self,
tple)
(inherited from ReactorBase )
|
Class Variable Summary | |
---|---|
tuple |
__implements__
|
NoneType |
doIterationTimer
|
Method Details |
---|
crash(self)See twisted.internet.interfaces.IReactorCore.crash.
|
simulate(self)Run simulation loops and reschedule callbacks. |
Class Variable Details |
---|
doIterationTimer
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:48:08 2003 | http://epydoc.sf.net |