Class t.m.g.GladeReactor(sup):

Part of twisted.manhole.gladereactor View Source View In Hierarchy

GTK+-2 event loop reactor with GUI.
Method listenTCP Undocumented
Method connectTCP Undocumented
Method listenSSL Undocumented
Method connectSSL Undocumented
Method connectUNIX Undocumented
Method listenUNIX Undocumented
Method on_disconnect_clicked Undocumented
Method on_viewlog_clicked Undocumented
Method on_inspect_clicked Undocumented
Method on_suspend_clicked Undocumented
Method toggle_suspend Undocumented
Method servers_selection_changed Undocumented
Method on_quit_clicked Undocumented
Method __init__ Undocumented
Method addReader I add reader to the set of file descriptors to get read events for.
Method addWriter I add writer to the set of file descriptors to get write events for.
Method removeReader Removes an object previously added with addReader.
Method removeWriter Removes an object previously added with addWriter.
Method crash Undocumented
Method run Undocumented
Method _goAway Undocumented
Method _maybeAddServer Undocumented

Inherited from Gtk2Reactor:

Method input_add Undocumented
Method getReaders Return the list of file descriptors currently monitored for input
Method getWriters Return the list file descriptors currently monitored for output events
Method removeAll Remove all readers and writers.
Method doIterationTimeout Undocumented
Method doIteration Undocumented
Method callback Undocumented
Method simulate Run simulation loops and reschedule callbacks.
Method _doReadOrWrite Undocumented
def listenTCP(self, port, factory, backlog=50, interface=''): (source)
Undocumented
def connectTCP(self, host, port, factory, timeout=30, bindAddress=None): (source)
Undocumented
def listenSSL(self, port, factory, contextFactory, backlog=50, interface=''): (source)
Undocumented
def connectSSL(self, host, port, factory, contextFactory, timeout=30, bindAddress=None): (source)
Undocumented
def connectUNIX(self, address, factory, timeout=30): (source)
Undocumented
def listenUNIX(self, address, factory, backlog=50, mode=438): (source)
Undocumented
def on_disconnect_clicked(self, w): (source)
Undocumented
def on_viewlog_clicked(self, w): (source)
Undocumented
def on_inspect_clicked(self, w): (source)
Undocumented
def on_suspend_clicked(self, w): (source)
Undocumented
def toggle_suspend(self, suspending=0): (source)
Undocumented
def servers_selection_changed(self, w): (source)
Undocumented
def on_quit_clicked(self, w): (source)
Undocumented
def __init__(self): (source)
Undocumented
def addReader(self, reader): (source)
I add reader to the set of file descriptors to get read events for.
ParametersreaderAn IReadDescriptor provider that will be checked for read events until it is removed from the reactor with removeReader.
ReturnsNone.
def _goAway(self, reader): (source)
Undocumented
def _maybeAddServer(self, reader, read=0, write=0): (source)
Undocumented
def addWriter(self, writer): (source)
I add writer to the set of file descriptors to get write events for.
ParameterswriterAn IWriteDescriptor provider that will be checked for read events until it is removed from the reactor with removeWriter.
ReturnsNone.
def removeReader(self, reader): (source)
Removes an object previously added with addReader.
ReturnsNone.
def removeWriter(self, writer): (source)
Removes an object previously added with addWriter.
ReturnsNone.
def crash(self): (source)
Undocumented
def run(self, installSignalHandlers=1): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2009-11-24 22:07:21.