1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
|
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Twisted Documentation: Twisted Documentation</title>
<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
</head>
<body bgcolor="white">
<h1 class="title">Twisted Documentation</h1>
<div class="toc"><ol/></div>
<div class="content">
<span/>
<ul class="toc">
<li><a name="introduction" shape="rect">Introduction</a>
<ul>
<li><a href="vision.html" shape="rect">Executive summary</a></li>
<li><a href="overview.html" shape="rect">Graphical Overview</a></li>
<li><a href="internet-overview.html" shape="rect">Twisted
Internet</a></li>
</ul>
</li>
<li><a name="tutorials" shape="rect">Tutorials</a>
<ul>
<li><a href="servers.html" shape="rect">Writing a TCP server</a></li>
<li><a href="clients.html" shape="rect">Writing a TCP client</a></li>
<li><a href="quotes.html" shape="rect">Setting up the TwistedQuotes
application</a></li>
<li><a href="design.html" shape="rect">Designing a Twisted application</a></li>
<li>
<a href="tutorial/index.html" shape="rect">Tutorial: Twisted From
Scratch</a>
<ol>
<li><a href="tutorial/intro.html" shape="rect">The Evolution of
Finger: building a simple finger service</a></li>
<li><a href="tutorial/protocol.html" shape="rect">The Evolution of
Finger: adding features to the finger service</a></li>
<li><a href="tutorial/style.html" shape="rect">The Evolution of
Finger: cleaning up the finger code</a></li>
<li><a href="tutorial/components.html" shape="rect">The Evolution of
Finger: moving to a component based
architecture</a></li>
<li><a href="tutorial/backends.html" shape="rect">The Evolution of
Finger: pluggable backends</a></li>
<li><a href="tutorial/web.html" shape="rect">The Evolution of
Finger: a clean web frontend</a></li>
<li><a href="tutorial/pb.html" shape="rect">The Evolution of Finger:
Twisted client support using Perspective
Broker</a></li>
<li><a href="tutorial/factory.html" shape="rect">The Evolution of
Finger: using a single factory for multiple
protocols</a></li>
<li><a href="tutorial/client.html" shape="rect">The Evolution of
Finger: a Twisted finger client</a></li>
<li><a href="tutorial/library.html" shape="rect">The Evolution of
Finger: making a finger library</a></li>
<li><a href="tutorial/configuration.html" shape="rect">The Evolution
of Finger: configuration and packaging of the finger
service</a></li>
</ol>
</li>
<li><a href="ssl.html" shape="rect">Using SSL in Twisted</a></li>
</ul>
</li>
<li><a name="lowlevel" shape="rect">Low-Level Networking and Event Loop</a>
<ul>
<li><a href="reactor-basics.html" shape="rect">Reactor basics</a></li>
<li><a href="udp.html" shape="rect">UDP Networking</a></li>
<li><a href="process.html" shape="rect">Using processes</a></li>
<li><a href="defer.html" shape="rect">Using Deferreds</a></li>
<li><a href="gendefer.html" shape="rect">Generating deferreds</a></li>
<li><a href="deferredindepth.html" shape="rect">Deferreds in
depth</a></li>
<li><a href="time.html" shape="rect">Scheduling</a></li>
<li><a href="threading.html" shape="rect">Using threads</a></li>
<li><a href="producers.html" shape="rect">Efficient High-Volume Streaming</a></li>
<li><a href="choosing-reactor.html" shape="rect">Choosing a reactor and
GUI toolkit integration</a></li>
</ul>
</li>
<li><a name="highlevel" shape="rect">High-Level Twisted</a>
<ul>
<li><a href="basics.html" shape="rect">Helper programs and scripts
(twistd, ..)</a></li>
<li><a href="plugin.html" shape="rect">Twisted's plugin architecture</a></li>
<li><a href="tap.html" shape="rect">Writing Twisted Application Plugins
for twistd</a></li>
<li><a href="components.html" shape="rect">Interfaces and Adapters
(Component Architecture)</a></li>
<li><a href="cred.html" shape="rect">Cred: Pluggable
Authentication</a></li>
<li><a href="application.html" shape="rect">Using the Twisted Application
Framework</a></li>
</ul>
</li>
<li><a name="utilities" shape="rect">Utilities</a>
<ul>
<li><a href="options.html" shape="rect">Parsing command-lines</a></li>
<li><a href="logging.html" shape="rect">Logging</a></li>
<li><a href="dirdbm.html" shape="rect">Using Dirdbm: Directory-based Storage</a></li>
<li><a href="telnet.html" shape="rect">Using telnet to manipulate a
twisted server</a></li>
<li><a href="testing.html" shape="rect">Tips for writing tests for Twisted
code using Trial</a></li>
</ul>
</li>
<li><a name="rdbms" shape="rect">Twisted RDBMS support</a>
<ul>
<li><a href="rdbms.html" shape="rect">Twisted RDBMS support with
adbapi</a></li>
<li><a href="row.html" shape="rect">The row database
abstraction</a></li>
</ul>
</li>
<li><a name="pb" shape="rect">Perspective Broker</a>
<ul>
<li><a href="pb.html" shape="rect">Twisted Spread</a></li>
<li><a href="pb-intro.html" shape="rect">Introduction to Perspective
Broker</a></li>
<li><a href="pb-usage.html" shape="rect">Using Perspective
Broker</a></li>
<li><a href="pb-copyable.html" shape="rect">Passing Complex
Types</a></li>
<li><a href="pb-cred.html" shape="rect">Authentication with Perspective
Broker</a></li>
</ul>
</li>
<li><a name="appendix" shape="rect">Appendix</a>
<ul>
<li><a href="glossary.html" shape="rect">Glossary</a></li>
<li class="ignoretoc"><a href="debug-with-emacs.html" shape="rect">Tips
for debugging with emacs</a></li>
</ul>
</li>
</ul>
</div>
<p><a href="index.html">Index</a></p>
<span class="version">Version: 10.0.0</span>
</body>
</html>
|