t.m.g.GladeReactor(sup) : class documentation

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 Add a FileDescriptor for monitoring of data available to read.
Method addWriter Add a FileDescriptor for monitoring ability to write data.
Method removeReader Stop monitoring the given FileDescriptor for reading.
Method removeWriter Stop monitoring the given FileDescriptor for writing.
Method crash Undocumented
Method run Undocumented
Method _goAway Undocumented
Method _maybeAddServer Undocumented

Inherited from Gtk2Reactor:

Method input_add Undocumented
Method getReaders Retrieve the list of current FileDescriptor monitored for reading.
Method getWriters Retrieve the list of current FileDescriptor monitored for writing.
Method removeAll Remove monitoring for all registered FileDescriptors.
Method doIterationTimeout Undocumented
Method doIteration Undocumented
Method callback Undocumented
Method simulate Run simulation loops and reschedule callbacks.
Method _handleSignals Undocumented
Method _add Add the given FileDescriptor for monitoring either for reading or
Method _remove Remove monitoring the given FileDescriptor for either reading or
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)
Add a FileDescriptor for monitoring of data available to read.
def _goAway(self, reader): (source)
Undocumented
def _maybeAddServer(self, reader, read=0, write=0): (source)
Undocumented
def addWriter(self, writer): (source)
Add a FileDescriptor for monitoring ability to write data.
def removeReader(self, reader): (source)
Stop monitoring the given FileDescriptor for reading.
def removeWriter(self, writer): (source)
Stop monitoring the given FileDescriptor for writing.
def crash(self): (source)
Undocumented
def run(self, installSignalHandlers=1): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-04-03 00:32:03.