Part of twisted.manhole.gladereactor View Source View In Hierarchy
| 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 |
| Parameters | reader | An IReadDescriptor provider that will be checked for read
events until it is removed from the reactor with removeReader.
|
| Returns | None.
| |
| Parameters | writer | An IWriteDescriptor provider that will be checked for read
events until it is removed from the reactor with removeWriter.
|
| Returns | None.
| |
addReader.| Returns | None.
| |
addWriter.| Returns | None.
| |