File: evd.devhelp2

package info (click to toggle)
event-dance 0.1.20-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,068 kB
  • sloc: ansic: 25,946; sh: 11,340; makefile: 418; xml: 249; python: 27
file content (478 lines) | stat: -rw-r--r-- 53,907 bytes parent folder | download
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="EventDance - Documentation and Reference Manual" link="index.html" author="" name="evd" version="2" language="c">
  <chapters>
    <sub name="Overview" link="evd-overview.html">
      <sub name="Key design features" link="ch01.html"/>
      <sub name="Basic concepts" link="ch02.html"/>
      <sub name="Architecture" link="ch03.html"/>
    </sub>
    <sub name="EventDance Core Reference" link="evdbase.html">
      <sub name="Abstract classes and interfaces" link="ch04.html">
        <sub name="EvdTransport" link="evd-EvdTransport.html"/>
        <sub name="EvdHttpMessage" link="EvdHttpMessage.html"/>
      </sub>
      <sub name="Core" link="ch05.html">
        <sub name="EvdSocket" link="EvdSocket.html"/>
        <sub name="EvdSocketInputStream" link="EvdSocketInputStream.html"/>
        <sub name="EvdSocketOutputStream" link="EvdSocketOutputStream.html"/>
        <sub name="EvdStreamThrottle" link="EvdStreamThrottle.html"/>
        <sub name="EvdThrottledInputStream" link="EvdThrottledInputStream.html"/>
        <sub name="EvdThrottledOutputStream" link="EvdThrottledOutputStream.html"/>
        <sub name="EvdBufferedInputStream" link="EvdBufferedInputStream.html"/>
        <sub name="EvdBufferedOutputStream" link="EvdBufferedOutputStream.html"/>
        <sub name="EvdConnection" link="EvdConnection.html"/>
        <sub name="EvdTlsCertificate" link="EvdTlsCertificate.html"/>
        <sub name="EvdTlsCredentials" link="EvdTlsCredentials.html"/>
        <sub name="EvdTlsSession" link="EvdTlsSession.html"/>
        <sub name="EvdTlsInputStream" link="EvdTlsInputStream.html"/>
        <sub name="EvdTlsOutputStream" link="EvdTlsOutputStream.html"/>
        <sub name="EvdHttpRequest" link="EvdHttpRequest.html"/>
        <sub name="EvdHttpConnection" link="EvdHttpConnection.html"/>
        <sub name="EvdIoStreamGroup" link="EvdIoStreamGroup.html"/>
        <sub name="EvdConnectionPool" link="EvdConnectionPool.html"/>
        <sub name="EvdService" link="EvdService.html"/>
        <sub name="EvdReproxy" link="EvdReproxy.html"/>
        <sub name="EvdWebService" link="EvdWebService.html"/>
        <sub name="EvdWebSelector" link="EvdWebSelector.html"/>
        <sub name="EvdWebDir" link="EvdWebDir.html"/>
        <sub name="EvdPeer" link="EvdPeer.html"/>
        <sub name="EvdPeerManager" link="EvdPeerManager.html"/>
      </sub>
      <sub name="Transports" link="ch06.html">
        <sub name="EvdWebTransportServer" link="EvdWebTransportServer.html"/>
        <sub name="EvdLongpollingServer" link="EvdLongpollingServer.html"/>
      </sub>
      <sub name="Utils and micellaneous" link="ch07.html">
        <sub name="EvdPoll" link="EvdPoll.html"/>
        <sub name="EvdResolver" link="EvdResolver.html"/>
        <sub name="EvdJsonFilter" link="EvdJsonFilter.html"/>
        <sub name="EvdTlsDhGenerator" link="EvdTlsDhGenerator.html"/>
        <sub name="evd-utils" link="evd-evd-utils.html"/>
        <sub name="evd-error" link="evd-evd-error.html"/>
        <sub name="evd-tls-common" link="evd-evd-tls-common.html"/>
      </sub>
    </sub>
    <sub name="Extending EventDance" link="extending.html">
      <sub name="The Internals" link="ch08.html"/>
    </sub>
    <sub name="EventDance Objects" link="evdobjects.html">
      <sub name="Object Hierarchy" link="evdobjecthierarchy.html"/>
      <sub name="Object Index" link="evdobjectindex.html"/>
    </sub>
    <sub name="Glossaries" link="evdglossary.html">
      <sub name="Annotation Glossary" link="annotation-glossary.html"/>
    </sub>
    <sub name="Index of all symbols" link="ix01.html"/>
    <sub name="Index of deprecated symbols" link="ix02.html"/>
    <sub name="License" link="license.html"/>
  </chapters>
  <functions>
    <keyword type="struct" name="struct EvdTransportInterface" link="evd-EvdTransport.html#EvdTransportInterface"/>
    <keyword type="function" name="evd_transport_accept_peer ()" link="evd-EvdTransport.html#evd-transport-accept-peer"/>
    <keyword type="function" name="evd_transport_close_peer ()" link="evd-EvdTransport.html#evd-transport-close-peer"/>
    <keyword type="function" name="evd_transport_create_new_peer ()" link="evd-EvdTransport.html#evd-transport-create-new-peer"/>
    <keyword type="function" name="evd_transport_get_peer_manager ()" link="evd-EvdTransport.html#evd-transport-get-peer-manager"/>
    <keyword type="function" name="evd_transport_lookup_peer ()" link="evd-EvdTransport.html#evd-transport-lookup-peer"/>
    <keyword type="function" name="evd_transport_open ()" link="evd-EvdTransport.html#evd-transport-open"/>
    <keyword type="function" name="evd_transport_open_finish ()" link="evd-EvdTransport.html#evd-transport-open-finish"/>
    <keyword type="function" name="evd_transport_peer_is_connected ()" link="evd-EvdTransport.html#evd-transport-peer-is-connected"/>
    <keyword type="function" name="evd_transport_receive ()" link="evd-EvdTransport.html#evd-transport-receive"/>
    <keyword type="function" name="evd_transport_receive_text ()" link="evd-EvdTransport.html#evd-transport-receive-text"/>
    <keyword type="function" name="evd_transport_reject_peer ()" link="evd-EvdTransport.html#evd-transport-reject-peer"/>
    <keyword type="function" name="evd_transport_send ()" link="evd-EvdTransport.html#evd-transport-send"/>
    <keyword type="function" name="evd_transport_send_text ()" link="evd-EvdTransport.html#evd-transport-send-text"/>
    <keyword type="function" name="evd_transport_set_peer_manager ()" link="evd-EvdTransport.html#evd-transport-set-peer-manager"/>
    <keyword type="struct" name="struct EvdHttpMessage" link="EvdHttpMessage.html#EvdHttpMessage-struct"/>
    <keyword type="struct" name="struct EvdHttpMessageClass" link="EvdHttpMessage.html#EvdHttpMessageClass"/>
    <keyword type="function" name="evd_http_message_get_headers ()" link="EvdHttpMessage.html#evd-http-message-get-headers"/>
    <keyword type="function" name="evd_http_message_get_version ()" link="EvdHttpMessage.html#evd-http-message-get-version"/>
    <keyword type="function" name="evd_http_message_headers_to_string ()" link="EvdHttpMessage.html#evd-http-message-headers-to-string"/>
    <keyword type="function" name="evd_http_message_new ()" link="EvdHttpMessage.html#evd-http-message-new"/>
    <keyword type="property" name="The &quot;headers&quot; property" link="EvdHttpMessage.html#EvdHttpMessage--headers"/>
    <keyword type="property" name="The &quot;version&quot; property" link="EvdHttpMessage.html#EvdHttpMessage--version"/>
    <keyword type="struct" name="struct EvdSocket" link="EvdSocket.html#EvdSocket-struct"/>
    <keyword type="struct" name="struct EvdSocketClass" link="EvdSocket.html#EvdSocketClass"/>
    <keyword type="struct" name="EvdSocketEvent" link="EvdSocket.html#EvdSocketEvent"/>
    <keyword type="function" name="EvdSocketNotifyConditionCallback ()" link="EvdSocket.html#EvdSocketNotifyConditionCallback"/>
    <keyword type="enum" name="enum EvdSocketState" link="EvdSocket.html#EvdSocketState"/>
    <keyword type="function" name="evd_socket_bind ()" link="EvdSocket.html#evd-socket-bind"/>
    <keyword type="function" name="evd_socket_bind_addr ()" link="EvdSocket.html#evd-socket-bind-addr"/>
    <keyword type="function" name="evd_socket_bind_finish ()" link="EvdSocket.html#evd-socket-bind-finish"/>
    <keyword type="function" name="evd_socket_close ()" link="EvdSocket.html#evd-socket-close"/>
    <keyword type="function" name="evd_socket_connect_addr ()" link="EvdSocket.html#evd-socket-connect-addr"/>
    <keyword type="function" name="evd_socket_connect_finish ()" link="EvdSocket.html#evd-socket-connect-finish"/>
    <keyword type="function" name="evd_socket_connect_to ()" link="EvdSocket.html#evd-socket-connect-to"/>
    <keyword type="function" name="evd_socket_get_condition ()" link="EvdSocket.html#evd-socket-get-condition"/>
    <keyword type="function" name="evd_socket_get_family ()" link="EvdSocket.html#evd-socket-get-family"/>
    <keyword type="function" name="evd_socket_get_local_address ()" link="EvdSocket.html#evd-socket-get-local-address"/>
    <keyword type="function" name="evd_socket_get_priority ()" link="EvdSocket.html#evd-socket-get-priority"/>
    <keyword type="function" name="evd_socket_get_remote_address ()" link="EvdSocket.html#evd-socket-get-remote-address"/>
    <keyword type="function" name="evd_socket_get_socket ()" link="EvdSocket.html#evd-socket-get-socket"/>
    <keyword type="function" name="evd_socket_get_status ()" link="EvdSocket.html#evd-socket-get-status"/>
    <keyword type="function" name="evd_socket_listen ()" link="EvdSocket.html#evd-socket-listen"/>
    <keyword type="function" name="evd_socket_listen_addr ()" link="EvdSocket.html#evd-socket-listen-addr"/>
    <keyword type="function" name="evd_socket_listen_finish ()" link="EvdSocket.html#evd-socket-listen-finish"/>
    <keyword type="function" name="evd_socket_new ()" link="EvdSocket.html#evd-socket-new"/>
    <keyword type="function" name="evd_socket_set_notify_condition_callback ()" link="EvdSocket.html#evd-socket-set-notify-condition-callback"/>
    <keyword type="function" name="evd_socket_set_priority ()" link="EvdSocket.html#evd-socket-set-priority"/>
    <keyword type="function" name="evd_socket_shutdown ()" link="EvdSocket.html#evd-socket-shutdown"/>
    <keyword type="function" name="evd_socket_watch_condition ()" link="EvdSocket.html#evd-socket-watch-condition"/>
    <keyword type="property" name="The &quot;family&quot; property" link="EvdSocket.html#EvdSocket--family"/>
    <keyword type="property" name="The &quot;io-stream-type&quot; property" link="EvdSocket.html#EvdSocket--io-stream-type"/>
    <keyword type="property" name="The &quot;priority&quot; property" link="EvdSocket.html#EvdSocket--priority"/>
    <keyword type="property" name="The &quot;protocol&quot; property" link="EvdSocket.html#EvdSocket--protocol"/>
    <keyword type="property" name="The &quot;socket&quot; property" link="EvdSocket.html#EvdSocket--socket"/>
    <keyword type="property" name="The &quot;status&quot; property" link="EvdSocket.html#EvdSocket--status"/>
    <keyword type="property" name="The &quot;type&quot; property" link="EvdSocket.html#EvdSocket--type"/>
    <keyword type="signal" name="The &quot;close&quot; signal" link="EvdSocket.html#EvdSocket-close"/>
    <keyword type="signal" name="The &quot;error&quot; signal" link="EvdSocket.html#EvdSocket-error"/>
    <keyword type="signal" name="The &quot;new-connection&quot; signal" link="EvdSocket.html#EvdSocket-new-connection"/>
    <keyword type="signal" name="The &quot;state-changed&quot; signal" link="EvdSocket.html#EvdSocket-state-changed"/>
    <keyword type="struct" name="struct EvdSocketInputStream" link="EvdSocketInputStream.html#EvdSocketInputStream-struct"/>
    <keyword type="struct" name="struct EvdSocketInputStreamClass" link="EvdSocketInputStream.html#EvdSocketInputStreamClass"/>
    <keyword type="function" name="evd_socket_input_stream_get_socket ()" link="EvdSocketInputStream.html#evd-socket-input-stream-get-socket"/>
    <keyword type="function" name="evd_socket_input_stream_new ()" link="EvdSocketInputStream.html#evd-socket-input-stream-new"/>
    <keyword type="function" name="evd_socket_input_stream_set_socket ()" link="EvdSocketInputStream.html#evd-socket-input-stream-set-socket"/>
    <keyword type="property" name="The &quot;socket&quot; property" link="EvdSocketInputStream.html#EvdSocketInputStream--socket"/>
    <keyword type="signal" name="The &quot;drained&quot; signal" link="EvdSocketInputStream.html#EvdSocketInputStream-drained"/>
    <keyword type="struct" name="struct EvdSocketOutputStream" link="EvdSocketOutputStream.html#EvdSocketOutputStream-struct"/>
    <keyword type="struct" name="struct EvdSocketOutputStreamClass" link="EvdSocketOutputStream.html#EvdSocketOutputStreamClass"/>
    <keyword type="function" name="evd_socket_output_stream_get_socket ()" link="EvdSocketOutputStream.html#evd-socket-output-stream-get-socket"/>
    <keyword type="function" name="evd_socket_output_stream_new ()" link="EvdSocketOutputStream.html#evd-socket-output-stream-new"/>
    <keyword type="function" name="evd_socket_output_stream_set_socket ()" link="EvdSocketOutputStream.html#evd-socket-output-stream-set-socket"/>
    <keyword type="property" name="The &quot;socket&quot; property" link="EvdSocketOutputStream.html#EvdSocketOutputStream--socket"/>
    <keyword type="signal" name="The &quot;filled&quot; signal" link="EvdSocketOutputStream.html#EvdSocketOutputStream-filled"/>
    <keyword type="struct" name="struct EvdStreamThrottle" link="EvdStreamThrottle.html#EvdStreamThrottle-struct"/>
    <keyword type="struct" name="struct EvdStreamThrottleClass" link="EvdStreamThrottle.html#EvdStreamThrottleClass"/>
    <keyword type="function" name="evd_stream_throttle_get_actual_bandwidth ()" link="EvdStreamThrottle.html#evd-stream-throttle-get-actual-bandwidth"/>
    <keyword type="function" name="evd_stream_throttle_get_total ()" link="EvdStreamThrottle.html#evd-stream-throttle-get-total"/>
    <keyword type="function" name="evd_stream_throttle_new ()" link="EvdStreamThrottle.html#evd-stream-throttle-new"/>
    <keyword type="function" name="evd_stream_throttle_report ()" link="EvdStreamThrottle.html#evd-stream-throttle-report"/>
    <keyword type="function" name="evd_stream_throttle_request ()" link="EvdStreamThrottle.html#evd-stream-throttle-request"/>
    <keyword type="property" name="The &quot;bandwidth&quot; property" link="EvdStreamThrottle.html#EvdStreamThrottle--bandwidth"/>
    <keyword type="property" name="The &quot;latency&quot; property" link="EvdStreamThrottle.html#EvdStreamThrottle--latency"/>
    <keyword type="property" name="The &quot;total&quot; property" link="EvdStreamThrottle.html#EvdStreamThrottle--total"/>
    <keyword type="struct" name="struct EvdThrottledInputStream" link="EvdThrottledInputStream.html#EvdThrottledInputStream-struct"/>
    <keyword type="struct" name="struct EvdThrottledInputStreamClass" link="EvdThrottledInputStream.html#EvdThrottledInputStreamClass"/>
    <keyword type="function" name="evd_throttled_input_stream_add_throttle ()" link="EvdThrottledInputStream.html#evd-throttled-input-stream-add-throttle"/>
    <keyword type="function" name="evd_throttled_input_stream_get_max_readable ()" link="EvdThrottledInputStream.html#evd-throttled-input-stream-get-max-readable"/>
    <keyword type="function" name="evd_throttled_input_stream_new ()" link="EvdThrottledInputStream.html#evd-throttled-input-stream-new"/>
    <keyword type="function" name="evd_throttled_input_stream_remove_throttle ()" link="EvdThrottledInputStream.html#evd-throttled-input-stream-remove-throttle"/>
    <keyword type="signal" name="The &quot;delay-read&quot; signal" link="EvdThrottledInputStream.html#EvdThrottledInputStream-delay-read"/>
    <keyword type="struct" name="struct EvdThrottledOutputStream" link="EvdThrottledOutputStream.html#EvdThrottledOutputStream-struct"/>
    <keyword type="struct" name="struct EvdThrottledOutputStreamClass" link="EvdThrottledOutputStream.html#EvdThrottledOutputStreamClass"/>
    <keyword type="function" name="evd_throttled_output_stream_add_throttle ()" link="EvdThrottledOutputStream.html#evd-throttled-output-stream-add-throttle"/>
    <keyword type="function" name="evd_throttled_output_stream_get_max_writable ()" link="EvdThrottledOutputStream.html#evd-throttled-output-stream-get-max-writable"/>
    <keyword type="function" name="evd_throttled_output_stream_new ()" link="EvdThrottledOutputStream.html#evd-throttled-output-stream-new"/>
    <keyword type="function" name="evd_throttled_output_stream_remove_throttle ()" link="EvdThrottledOutputStream.html#evd-throttled-output-stream-remove-throttle"/>
    <keyword type="signal" name="The &quot;delay-write&quot; signal" link="EvdThrottledOutputStream.html#EvdThrottledOutputStream-delay-write"/>
    <keyword type="struct" name="struct EvdBufferedInputStream" link="EvdBufferedInputStream.html#EvdBufferedInputStream-struct"/>
    <keyword type="struct" name="struct EvdBufferedInputStreamClass" link="EvdBufferedInputStream.html#EvdBufferedInputStreamClass"/>
    <keyword type="function" name="evd_buffered_input_stream_freeze ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-freeze"/>
    <keyword type="function" name="evd_buffered_input_stream_new ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-new"/>
    <keyword type="function" name="evd_buffered_input_stream_read_str ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-read-str"/>
    <keyword type="function" name="evd_buffered_input_stream_read_str_async ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-read-str-async"/>
    <keyword type="function" name="evd_buffered_input_stream_read_str_finish ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-read-str-finish"/>
    <keyword type="function" name="evd_buffered_input_stream_thaw ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-thaw"/>
    <keyword type="function" name="evd_buffered_input_stream_unread ()" link="EvdBufferedInputStream.html#evd-buffered-input-stream-unread"/>
    <keyword type="struct" name="struct EvdBufferedOutputStream" link="EvdBufferedOutputStream.html#EvdBufferedOutputStream-struct"/>
    <keyword type="struct" name="struct EvdBufferedOutputStreamClass" link="EvdBufferedOutputStream.html#EvdBufferedOutputStreamClass"/>
    <keyword type="function" name="evd_buffered_output_stream_get_auto_flush ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-get-auto-flush"/>
    <keyword type="function" name="evd_buffered_output_stream_new ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-new"/>
    <keyword type="function" name="evd_buffered_output_stream_notify_write ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-notify-write"/>
    <keyword type="function" name="evd_buffered_output_stream_set_auto_flush ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-set-auto-flush"/>
    <keyword type="function" name="evd_buffered_output_stream_write_str ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-write-str"/>
    <keyword type="function" name="evd_buffered_output_stream_write_str_async ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-write-str-async"/>
    <keyword type="function" name="evd_buffered_output_stream_write_str_finish ()" link="EvdBufferedOutputStream.html#evd-buffered-output-stream-write-str-finish"/>
    <keyword type="property" name="The &quot;auto-flush&quot; property" link="EvdBufferedOutputStream.html#EvdBufferedOutputStream--auto-flush"/>
    <keyword type="struct" name="struct EvdConnection" link="EvdConnection.html#EvdConnection-struct"/>
    <keyword type="struct" name="struct EvdConnectionClass" link="EvdConnection.html#EvdConnectionClass"/>
    <keyword type="function" name="evd_connection_flush_and_shutdown ()" link="EvdConnection.html#evd-connection-flush-and-shutdown"/>
    <keyword type="function" name="evd_connection_get_group ()" link="EvdConnection.html#evd-connection-get-group"/>
    <keyword type="function" name="evd_connection_get_max_readable ()" link="EvdConnection.html#evd-connection-get-max-readable"/>
    <keyword type="function" name="evd_connection_get_max_writable ()" link="EvdConnection.html#evd-connection-get-max-writable"/>
    <keyword type="function" name="evd_connection_get_priority ()" link="EvdConnection.html#evd-connection-get-priority"/>
    <keyword type="function" name="evd_connection_get_remote_address_as_string ()" link="EvdConnection.html#evd-connection-get-remote-address-as-string"/>
    <keyword type="function" name="evd_connection_get_socket ()" link="EvdConnection.html#evd-connection-get-socket"/>
    <keyword type="function" name="evd_connection_get_tls_active ()" link="EvdConnection.html#evd-connection-get-tls-active"/>
    <keyword type="function" name="evd_connection_get_tls_session ()" link="EvdConnection.html#evd-connection-get-tls-session"/>
    <keyword type="function" name="evd_connection_is_connected ()" link="EvdConnection.html#evd-connection-is-connected"/>
    <keyword type="function" name="evd_connection_lock_close ()" link="EvdConnection.html#evd-connection-lock-close"/>
    <keyword type="function" name="evd_connection_new ()" link="EvdConnection.html#evd-connection-new"/>
    <keyword type="function" name="evd_connection_set_group ()" link="EvdConnection.html#evd-connection-set-group"/>
    <keyword type="function" name="evd_connection_set_socket ()" link="EvdConnection.html#evd-connection-set-socket"/>
    <keyword type="function" name="evd_connection_starttls ()" link="EvdConnection.html#evd-connection-starttls"/>
    <keyword type="function" name="evd_connection_starttls_finish ()" link="EvdConnection.html#evd-connection-starttls-finish"/>
    <keyword type="function" name="evd_connection_unlock_close ()" link="EvdConnection.html#evd-connection-unlock-close"/>
    <keyword type="property" name="The &quot;group&quot; property" link="EvdConnection.html#EvdConnection--group"/>
    <keyword type="property" name="The &quot;socket&quot; property" link="EvdConnection.html#EvdConnection--socket"/>
    <keyword type="property" name="The &quot;tls&quot; property" link="EvdConnection.html#EvdConnection--tls"/>
    <keyword type="property" name="The &quot;tls-active&quot; property" link="EvdConnection.html#EvdConnection--tls-active"/>
    <keyword type="signal" name="The &quot;close&quot; signal" link="EvdConnection.html#EvdConnection-close"/>
    <keyword type="signal" name="The &quot;group-changed&quot; signal" link="EvdConnection.html#EvdConnection-group-changed"/>
    <keyword type="signal" name="The &quot;write&quot; signal" link="EvdConnection.html#EvdConnection-write"/>
    <keyword type="struct" name="struct EvdTlsCertificate" link="EvdTlsCertificate.html#EvdTlsCertificate-struct"/>
    <keyword type="struct" name="struct EvdTlsCertificateClass" link="EvdTlsCertificate.html#EvdTlsCertificateClass"/>
    <keyword type="function" name="evd_tls_certificate_get_activation_time ()" link="EvdTlsCertificate.html#evd-tls-certificate-get-activation-time"/>
    <keyword type="function" name="evd_tls_certificate_get_dn ()" link="EvdTlsCertificate.html#evd-tls-certificate-get-dn"/>
    <keyword type="function" name="evd_tls_certificate_get_expiration_time ()" link="EvdTlsCertificate.html#evd-tls-certificate-get-expiration-time"/>
    <keyword type="function" name="evd_tls_certificate_get_native ()" link="EvdTlsCertificate.html#evd-tls-certificate-get-native"/>
    <keyword type="function" name="evd_tls_certificate_get_pki_key ()" link="EvdTlsCertificate.html#evd-tls-certificate-get-pki-key"/>
    <keyword type="function" name="evd_tls_certificate_import ()" link="EvdTlsCertificate.html#evd-tls-certificate-import"/>
    <keyword type="function" name="evd_tls_certificate_import_from_file ()" link="EvdTlsCertificate.html#evd-tls-certificate-import-from-file"/>
    <keyword type="function" name="evd_tls_certificate_import_from_file_finish ()" link="EvdTlsCertificate.html#evd-tls-certificate-import-from-file-finish"/>
    <keyword type="function" name="evd_tls_certificate_new ()" link="EvdTlsCertificate.html#evd-tls-certificate-new"/>
    <keyword type="function" name="evd_tls_certificate_steal_native ()" link="EvdTlsCertificate.html#evd-tls-certificate-steal-native"/>
    <keyword type="function" name="evd_tls_certificate_verify_validity ()" link="EvdTlsCertificate.html#evd-tls-certificate-verify-validity"/>
    <keyword type="property" name="The &quot;type&quot; property" link="EvdTlsCertificate.html#EvdTlsCertificate--type"/>
    <keyword type="struct" name="struct EvdTlsCredentials" link="EvdTlsCredentials.html#EvdTlsCredentials-struct"/>
    <keyword type="function" name="EvdTlsCredentialsCertCb ()" link="EvdTlsCredentials.html#EvdTlsCredentialsCertCb"/>
    <keyword type="struct" name="struct EvdTlsCredentialsClass" link="EvdTlsCredentials.html#EvdTlsCredentialsClass"/>
    <keyword type="function" name="evd_tls_credentials_add_certificate ()" link="EvdTlsCredentials.html#evd-tls-credentials-add-certificate"/>
    <keyword type="function" name="evd_tls_credentials_add_certificate_from_file ()" link="EvdTlsCredentials.html#evd-tls-credentials-add-certificate-from-file"/>
    <keyword type="function" name="evd_tls_credentials_add_certificate_from_file_finish ()" link="EvdTlsCredentials.html#evd-tls-credentials-add-certificate-from-file-finish"/>
    <keyword type="function" name="evd_tls_credentials_get_credentials ()" link="EvdTlsCredentials.html#evd-tls-credentials-get-credentials"/>
    <keyword type="function" name="evd_tls_credentials_new ()" link="EvdTlsCredentials.html#evd-tls-credentials-new"/>
    <keyword type="function" name="evd_tls_credentials_prepare ()" link="EvdTlsCredentials.html#evd-tls-credentials-prepare"/>
    <keyword type="function" name="evd_tls_credentials_ready ()" link="EvdTlsCredentials.html#evd-tls-credentials-ready"/>
    <keyword type="function" name="evd_tls_credentials_set_cert_callback ()" link="EvdTlsCredentials.html#evd-tls-credentials-set-cert-callback"/>
    <keyword type="function" name="evd_tls_session_get_credentials ()" link="EvdTlsCredentials.html#evd-tls-session-get-credentials"/>
    <keyword type="function" name="evd_tls_session_set_credentials ()" link="EvdTlsCredentials.html#evd-tls-session-set-credentials"/>
    <keyword type="property" name="The &quot;dh-bits&quot; property" link="EvdTlsCredentials.html#EvdTlsCredentials--dh-bits"/>
    <keyword type="signal" name="The &quot;ready&quot; signal" link="EvdTlsCredentials.html#EvdTlsCredentials-ready"/>
    <keyword type="struct" name="struct EvdTlsSession" link="EvdTlsSession.html#EvdTlsSession-struct"/>
    <keyword type="struct" name="struct EvdTlsSessionClass" link="EvdTlsSession.html#EvdTlsSessionClass"/>
    <keyword type="function" name="EvdTlsSessionPullFunc ()" link="EvdTlsSession.html#EvdTlsSessionPullFunc"/>
    <keyword type="function" name="EvdTlsSessionPushFunc ()" link="EvdTlsSession.html#EvdTlsSessionPushFunc"/>
    <keyword type="function" name="evd_tls_session_close ()" link="EvdTlsSession.html#evd-tls-session-close"/>
    <keyword type="function" name="evd_tls_session_copy_properties ()" link="EvdTlsSession.html#evd-tls-session-copy-properties"/>
    <keyword type="function" name="evd_tls_session_get_direction ()" link="EvdTlsSession.html#evd-tls-session-get-direction"/>
    <keyword type="function" name="evd_tls_session_get_peer_certificates ()" link="EvdTlsSession.html#evd-tls-session-get-peer-certificates"/>
    <keyword type="function" name="evd_tls_session_get_server_name ()" link="EvdTlsSession.html#evd-tls-session-get-server-name"/>
    <keyword type="function" name="evd_tls_session_handshake ()" link="EvdTlsSession.html#evd-tls-session-handshake"/>
    <keyword type="function" name="evd_tls_session_new ()" link="EvdTlsSession.html#evd-tls-session-new"/>
    <keyword type="function" name="evd_tls_session_read ()" link="EvdTlsSession.html#evd-tls-session-read"/>
    <keyword type="function" name="evd_tls_session_reset ()" link="EvdTlsSession.html#evd-tls-session-reset"/>
    <keyword type="function" name="evd_tls_session_set_server_name ()" link="EvdTlsSession.html#evd-tls-session-set-server-name"/>
    <keyword type="function" name="evd_tls_session_set_transport_pull_func ()" link="EvdTlsSession.html#evd-tls-session-set-transport-pull-func"/>
    <keyword type="function" name="evd_tls_session_set_transport_push_func ()" link="EvdTlsSession.html#evd-tls-session-set-transport-push-func"/>
    <keyword type="function" name="evd_tls_session_shutdown_write ()" link="EvdTlsSession.html#evd-tls-session-shutdown-write"/>
    <keyword type="function" name="evd_tls_session_verify_peer ()" link="EvdTlsSession.html#evd-tls-session-verify-peer"/>
    <keyword type="function" name="evd_tls_session_write ()" link="EvdTlsSession.html#evd-tls-session-write"/>
    <keyword type="property" name="The &quot;credentials&quot; property" link="EvdTlsSession.html#EvdTlsSession--credentials"/>
    <keyword type="property" name="The &quot;mode&quot; property" link="EvdTlsSession.html#EvdTlsSession--mode"/>
    <keyword type="property" name="The &quot;priority&quot; property" link="EvdTlsSession.html#EvdTlsSession--priority"/>
    <keyword type="property" name="The &quot;require-peer-cert&quot; property" link="EvdTlsSession.html#EvdTlsSession--require-peer-cert"/>
    <keyword type="struct" name="struct EvdTlsInputStream" link="EvdTlsInputStream.html#EvdTlsInputStream-struct"/>
    <keyword type="struct" name="struct EvdTlsInputStreamClass" link="EvdTlsInputStream.html#EvdTlsInputStreamClass"/>
    <keyword type="function" name="evd_tls_input_stream_new ()" link="EvdTlsInputStream.html#evd-tls-input-stream-new"/>
    <keyword type="property" name="The &quot;session&quot; property" link="EvdTlsInputStream.html#EvdTlsInputStream--session"/>
    <keyword type="struct" name="struct EvdTlsOutputStream" link="EvdTlsOutputStream.html#EvdTlsOutputStream-struct"/>
    <keyword type="struct" name="struct EvdTlsOutputStreamClass" link="EvdTlsOutputStream.html#EvdTlsOutputStreamClass"/>
    <keyword type="function" name="evd_tls_output_stream_new ()" link="EvdTlsOutputStream.html#evd-tls-output-stream-new"/>
    <keyword type="property" name="The &quot;session&quot; property" link="EvdTlsOutputStream.html#EvdTlsOutputStream--session"/>
    <keyword type="struct" name="struct EvdHttpRequest" link="EvdHttpRequest.html#EvdHttpRequest-struct"/>
    <keyword type="struct" name="struct EvdHttpRequestClass" link="EvdHttpRequest.html#EvdHttpRequestClass"/>
    <keyword type="function" name="evd_http_request_get_basic_auth_credentials ()" link="EvdHttpRequest.html#evd-http-request-get-basic-auth-credentials"/>
    <keyword type="function" name="evd_http_request_get_cookie_value ()" link="EvdHttpRequest.html#evd-http-request-get-cookie-value"/>
    <keyword type="function" name="evd_http_request_get_method ()" link="EvdHttpRequest.html#evd-http-request-get-method"/>
    <keyword type="function" name="evd_http_request_get_origin ()" link="EvdHttpRequest.html#evd-http-request-get-origin"/>
    <keyword type="function" name="evd_http_request_get_path ()" link="EvdHttpRequest.html#evd-http-request-get-path"/>
    <keyword type="function" name="evd_http_request_get_uri ()" link="EvdHttpRequest.html#evd-http-request-get-uri"/>
    <keyword type="function" name="evd_http_request_is_cors_preflight ()" link="EvdHttpRequest.html#evd-http-request-is-cors-preflight"/>
    <keyword type="function" name="evd_http_request_is_cross_origin ()" link="EvdHttpRequest.html#evd-http-request-is-cross-origin"/>
    <keyword type="function" name="evd_http_request_new ()" link="EvdHttpRequest.html#evd-http-request-new"/>
    <keyword type="function" name="evd_http_request_set_basic_auth_credentials ()" link="EvdHttpRequest.html#evd-http-request-set-basic-auth-credentials"/>
    <keyword type="function" name="evd_http_request_to_string ()" link="EvdHttpRequest.html#evd-http-request-to-string"/>
    <keyword type="property" name="The &quot;method&quot; property" link="EvdHttpRequest.html#EvdHttpRequest--method"/>
    <keyword type="property" name="The &quot;path&quot; property" link="EvdHttpRequest.html#EvdHttpRequest--path"/>
    <keyword type="property" name="The &quot;uri&quot; property" link="EvdHttpRequest.html#EvdHttpRequest--uri"/>
    <keyword type="struct" name="struct EvdHttpConnection" link="EvdHttpConnection.html#EvdHttpConnection-struct"/>
    <keyword type="struct" name="struct EvdHttpConnectionClass" link="EvdHttpConnection.html#EvdHttpConnectionClass"/>
    <keyword type="function" name="evd_http_connection_get_current_request ()" link="EvdHttpConnection.html#evd-http-connection-get-current-request"/>
    <keyword type="function" name="evd_http_connection_get_keepalive ()" link="EvdHttpConnection.html#evd-http-connection-get-keepalive"/>
    <keyword type="function" name="evd_http_connection_new ()" link="EvdHttpConnection.html#evd-http-connection-new"/>
    <keyword type="function" name="evd_http_connection_read_all_content ()" link="EvdHttpConnection.html#evd-http-connection-read-all-content"/>
    <keyword type="function" name="evd_http_connection_read_all_content_finish ()" link="EvdHttpConnection.html#evd-http-connection-read-all-content-finish"/>
    <keyword type="function" name="evd_http_connection_read_content ()" link="EvdHttpConnection.html#evd-http-connection-read-content"/>
    <keyword type="function" name="evd_http_connection_read_content_finish ()" link="EvdHttpConnection.html#evd-http-connection-read-content-finish"/>
    <keyword type="function" name="evd_http_connection_read_request_headers ()" link="EvdHttpConnection.html#evd-http-connection-read-request-headers"/>
    <keyword type="function" name="evd_http_connection_read_request_headers_finish ()" link="EvdHttpConnection.html#evd-http-connection-read-request-headers-finish"/>
    <keyword type="function" name="evd_http_connection_read_response_headers ()" link="EvdHttpConnection.html#evd-http-connection-read-response-headers"/>
    <keyword type="function" name="evd_http_connection_read_response_headers_finish ()" link="EvdHttpConnection.html#evd-http-connection-read-response-headers-finish"/>
    <keyword type="function" name="evd_http_connection_redirect ()" link="EvdHttpConnection.html#evd-http-connection-redirect"/>
    <keyword type="function" name="evd_http_connection_respond ()" link="EvdHttpConnection.html#evd-http-connection-respond"/>
    <keyword type="function" name="evd_http_connection_respond_simple ()" link="EvdHttpConnection.html#evd-http-connection-respond-simple"/>
    <keyword type="function" name="evd_http_connection_set_current_request ()" link="EvdHttpConnection.html#evd-http-connection-set-current-request"/>
    <keyword type="function" name="evd_http_connection_unread_request_headers ()" link="EvdHttpConnection.html#evd-http-connection-unread-request-headers"/>
    <keyword type="function" name="evd_http_connection_write_content ()" link="EvdHttpConnection.html#evd-http-connection-write-content"/>
    <keyword type="function" name="evd_http_connection_write_request_headers ()" link="EvdHttpConnection.html#evd-http-connection-write-request-headers"/>
    <keyword type="function" name="evd_http_connection_write_request_headers_finish ()" link="EvdHttpConnection.html#evd-http-connection-write-request-headers-finish"/>
    <keyword type="function" name="evd_http_connection_write_response_headers ()" link="EvdHttpConnection.html#evd-http-connection-write-response-headers"/>
    <keyword type="struct" name="struct EvdIoStreamGroup" link="EvdIoStreamGroup.html#EvdIoStreamGroup-struct"/>
    <keyword type="struct" name="struct EvdIoStreamGroupClass" link="EvdIoStreamGroup.html#EvdIoStreamGroupClass"/>
    <keyword type="function" name="evd_io_stream_group_add ()" link="EvdIoStreamGroup.html#evd-io-stream-group-add"/>
    <keyword type="function" name="evd_io_stream_group_new ()" link="EvdIoStreamGroup.html#evd-io-stream-group-new"/>
    <keyword type="function" name="evd_io_stream_group_remove ()" link="EvdIoStreamGroup.html#evd-io-stream-group-remove"/>
    <keyword type="property" name="The &quot;input-throttle&quot; property" link="EvdIoStreamGroup.html#EvdIoStreamGroup--input-throttle"/>
    <keyword type="property" name="The &quot;output-throttle&quot; property" link="EvdIoStreamGroup.html#EvdIoStreamGroup--output-throttle"/>
    <keyword type="struct" name="struct EvdConnectionPool" link="EvdConnectionPool.html#EvdConnectionPool-struct"/>
    <keyword type="struct" name="struct EvdConnectionPoolClass" link="EvdConnectionPool.html#EvdConnectionPoolClass"/>
    <keyword type="function" name="evd_connection_pool_get_connection ()" link="EvdConnectionPool.html#evd-connection-pool-get-connection"/>
    <keyword type="function" name="evd_connection_pool_get_connection_finish ()" link="EvdConnectionPool.html#evd-connection-pool-get-connection-finish"/>
    <keyword type="function" name="evd_connection_pool_has_free_connections ()" link="EvdConnectionPool.html#evd-connection-pool-has-free-connections"/>
    <keyword type="function" name="evd_connection_pool_new ()" link="EvdConnectionPool.html#evd-connection-pool-new"/>
    <keyword type="function" name="evd_connection_pool_recycle ()" link="EvdConnectionPool.html#evd-connection-pool-recycle"/>
    <keyword type="property" name="The &quot;address&quot; property" link="EvdConnectionPool.html#EvdConnectionPool--address"/>
    <keyword type="property" name="The &quot;connection-type&quot; property" link="EvdConnectionPool.html#EvdConnectionPool--connection-type"/>
    <keyword type="struct" name="struct EvdService" link="EvdService.html#EvdService-struct"/>
    <keyword type="struct" name="struct EvdServiceClass" link="EvdService.html#EvdServiceClass"/>
    <keyword type="enum" name="enum EvdServiceValidate" link="EvdService.html#EvdServiceValidate"/>
    <keyword type="function" name="evd_service_add_listener ()" link="EvdService.html#evd-service-add-listener"/>
    <keyword type="function" name="evd_service_get_tls_autostart ()" link="EvdService.html#evd-service-get-tls-autostart"/>
    <keyword type="function" name="evd_service_get_tls_credentials ()" link="EvdService.html#evd-service-get-tls-credentials"/>
    <keyword type="function" name="evd_service_listen ()" link="EvdService.html#evd-service-listen"/>
    <keyword type="function" name="evd_service_listen_finish ()" link="EvdService.html#evd-service-listen-finish"/>
    <keyword type="function" name="evd_service_new ()" link="EvdService.html#evd-service-new"/>
    <keyword type="function" name="evd_service_remove_listener ()" link="EvdService.html#evd-service-remove-listener"/>
    <keyword type="function" name="evd_service_set_io_stream_type ()" link="EvdService.html#evd-service-set-io-stream-type"/>
    <keyword type="function" name="evd_service_set_tls_autostart ()" link="EvdService.html#evd-service-set-tls-autostart"/>
    <keyword type="function" name="evd_service_set_tls_credentials ()" link="EvdService.html#evd-service-set-tls-credentials"/>
    <keyword type="property" name="The &quot;tls-autostart&quot; property" link="EvdService.html#EvdService--tls-autostart"/>
    <keyword type="property" name="The &quot;tls-credentials&quot; property" link="EvdService.html#EvdService--tls-credentials"/>
    <keyword type="signal" name="The &quot;validate-connection&quot; signal" link="EvdService.html#EvdService-validate-connection"/>
    <keyword type="struct" name="struct EvdReproxy" link="EvdReproxy.html#EvdReproxy-struct"/>
    <keyword type="struct" name="struct EvdReproxyClass" link="EvdReproxy.html#EvdReproxyClass"/>
    <keyword type="function" name="evd_reproxy_add_backend ()" link="EvdReproxy.html#evd-reproxy-add-backend"/>
    <keyword type="function" name="evd_reproxy_new ()" link="EvdReproxy.html#evd-reproxy-new"/>
    <keyword type="function" name="evd_reproxy_remove_backend ()" link="EvdReproxy.html#evd-reproxy-remove-backend"/>
    <keyword type="macro" name="EVD_WEB_SERVICE_LOG()" link="EvdWebService.html#EVD-WEB-SERVICE-LOG:CAPS"/>
    <keyword type="struct" name="struct EvdWebService" link="EvdWebService.html#EvdWebService-struct"/>
    <keyword type="struct" name="struct EvdWebServiceClass" link="EvdWebService.html#EvdWebServiceClass"/>
    <keyword type="function" name="evd_web_service_add_connection_with_request ()" link="EvdWebService.html#evd-web-service-add-connection-with-request"/>
    <keyword type="function" name="evd_web_service_allow_origin ()" link="EvdWebService.html#evd-web-service-allow-origin"/>
    <keyword type="function" name="evd_web_service_deny_origin ()" link="EvdWebService.html#evd-web-service-deny-origin"/>
    <keyword type="function" name="evd_web_service_get_origin_policy ()" link="EvdWebService.html#evd-web-service-get-origin-policy"/>
    <keyword type="function" name="evd_web_service_new ()" link="EvdWebService.html#evd-web-service-new"/>
    <keyword type="function" name="evd_web_service_origin_allowed ()" link="EvdWebService.html#evd-web-service-origin-allowed"/>
    <keyword type="function" name="evd_web_service_respond ()" link="EvdWebService.html#evd-web-service-respond"/>
    <keyword type="function" name="evd_web_service_set_origin_policy ()" link="EvdWebService.html#evd-web-service-set-origin-policy"/>
    <keyword type="signal" name="The &quot;log-entry&quot; signal" link="EvdWebService.html#EvdWebService-log-entry"/>
    <keyword type="signal" name="The &quot;request-headers&quot; signal" link="EvdWebService.html#EvdWebService-request-headers"/>
    <keyword type="struct" name="struct EvdWebSelector" link="EvdWebSelector.html#EvdWebSelector-struct"/>
    <keyword type="struct" name="struct EvdWebSelectorClass" link="EvdWebSelector.html#EvdWebSelectorClass"/>
    <keyword type="function" name="evd_web_selector_add_service ()" link="EvdWebSelector.html#evd-web-selector-add-service"/>
    <keyword type="function" name="evd_web_selector_new ()" link="EvdWebSelector.html#evd-web-selector-new"/>
    <keyword type="function" name="evd_web_selector_remove_service ()" link="EvdWebSelector.html#evd-web-selector-remove-service"/>
    <keyword type="function" name="evd_web_selector_set_default_service ()" link="EvdWebSelector.html#evd-web-selector-set-default-service"/>
    <keyword type="struct" name="struct EvdWebDir" link="EvdWebDir.html#EvdWebDir-struct"/>
    <keyword type="struct" name="struct EvdWebDirClass" link="EvdWebDir.html#EvdWebDirClass"/>
    <keyword type="function" name="evd_web_dir_get_alias ()" link="EvdWebDir.html#evd-web-dir-get-alias"/>
    <keyword type="function" name="evd_web_dir_get_root ()" link="EvdWebDir.html#evd-web-dir-get-root"/>
    <keyword type="function" name="evd_web_dir_new ()" link="EvdWebDir.html#evd-web-dir-new"/>
    <keyword type="function" name="evd_web_dir_set_alias ()" link="EvdWebDir.html#evd-web-dir-set-alias"/>
    <keyword type="function" name="evd_web_dir_set_root ()" link="EvdWebDir.html#evd-web-dir-set-root"/>
    <keyword type="property" name="The &quot;alias&quot; property" link="EvdWebDir.html#EvdWebDir--alias"/>
    <keyword type="property" name="The &quot;allow-put&quot; property" link="EvdWebDir.html#EvdWebDir--allow-put"/>
    <keyword type="property" name="The &quot;root&quot; property" link="EvdWebDir.html#EvdWebDir--root"/>
    <keyword type="enum" name="enum EvdMessageType" link="EvdPeer.html#EvdMessageType"/>
    <keyword type="struct" name="struct EvdPeer" link="EvdPeer.html#EvdPeer-struct"/>
    <keyword type="struct" name="struct EvdPeerClass" link="EvdPeer.html#EvdPeerClass"/>
    <keyword type="function" name="evd_peer_backlog_get_length ()" link="EvdPeer.html#evd-peer-backlog-get-length"/>
    <keyword type="function" name="evd_peer_backlog_pop_frame ()" link="EvdPeer.html#evd-peer-backlog-pop-frame"/>
    <keyword type="function" name="evd_peer_backlog_push_frame ()" link="EvdPeer.html#evd-peer-backlog-push-frame"/>
    <keyword type="function" name="evd_peer_backlog_unshift_frame ()" link="EvdPeer.html#evd-peer-backlog-unshift-frame"/>
    <keyword type="function" name="evd_peer_close ()" link="EvdPeer.html#evd-peer-close"/>
    <keyword type="function" name="evd_peer_get_id ()" link="EvdPeer.html#evd-peer-get-id"/>
    <keyword type="function" name="evd_peer_is_alive ()" link="EvdPeer.html#evd-peer-is-alive"/>
    <keyword type="function" name="evd_peer_is_closed ()" link="EvdPeer.html#evd-peer-is-closed"/>
    <keyword type="function" name="evd_peer_pop_message ()" link="EvdPeer.html#evd-peer-pop-message" since="0.1.20"/>
    <keyword type="function" name="evd_peer_push_message ()" link="EvdPeer.html#evd-peer-push-message" since="0.1.20"/>
    <keyword type="function" name="evd_peer_send ()" link="EvdPeer.html#evd-peer-send"/>
    <keyword type="function" name="evd_peer_send_text ()" link="EvdPeer.html#evd-peer-send-text"/>
    <keyword type="function" name="evd_peer_touch ()" link="EvdPeer.html#evd-peer-touch"/>
    <keyword type="function" name="evd_peer_unshift_message ()" link="EvdPeer.html#evd-peer-unshift-message" since="0.1.20"/>
    <keyword type="property" name="The &quot;id&quot; property" link="EvdPeer.html#EvdPeer--id"/>
    <keyword type="property" name="The &quot;transport&quot; property" link="EvdPeer.html#EvdPeer--transport"/>
    <keyword type="struct" name="struct EvdPeerManager" link="EvdPeerManager.html#EvdPeerManager-struct"/>
    <keyword type="struct" name="struct EvdPeerManagerClass" link="EvdPeerManager.html#EvdPeerManagerClass"/>
    <keyword type="function" name="evd_peer_manager_add_peer ()" link="EvdPeerManager.html#evd-peer-manager-add-peer"/>
    <keyword type="function" name="evd_peer_manager_close_peer ()" link="EvdPeerManager.html#evd-peer-manager-close-peer"/>
    <keyword type="function" name="evd_peer_manager_get_all_peers ()" link="EvdPeerManager.html#evd-peer-manager-get-all-peers"/>
    <keyword type="function" name="evd_peer_manager_get_default ()" link="EvdPeerManager.html#evd-peer-manager-get-default"/>
    <keyword type="function" name="evd_peer_manager_lookup_peer ()" link="EvdPeerManager.html#evd-peer-manager-lookup-peer"/>
    <keyword type="function" name="evd_peer_manager_new ()" link="EvdPeerManager.html#evd-peer-manager-new"/>
    <keyword type="signal" name="The &quot;new-peer&quot; signal" link="EvdPeerManager.html#EvdPeerManager-new-peer"/>
    <keyword type="signal" name="The &quot;peer-closed&quot; signal" link="EvdPeerManager.html#EvdPeerManager-peer-closed"/>
    <keyword type="struct" name="struct EvdWebTransportServer" link="EvdWebTransportServer.html#EvdWebTransportServer-struct"/>
    <keyword type="struct" name="struct EvdWebTransportServerClass" link="EvdWebTransportServer.html#EvdWebTransportServerClass"/>
    <keyword type="function" name="evd_web_transport_server_get_base_path ()" link="EvdWebTransportServer.html#evd-web-transport-server-get-base-path"/>
    <keyword type="function" name="evd_web_transport_server_get_selector ()" link="EvdWebTransportServer.html#evd-web-transport-server-get-selector"/>
    <keyword type="function" name="evd_web_transport_server_get_validate_peer_arguments ()" link="EvdWebTransportServer.html#evd-web-transport-server-get-validate-peer-arguments"/>
    <keyword type="function" name="evd_web_transport_server_new ()" link="EvdWebTransportServer.html#evd-web-transport-server-new"/>
    <keyword type="function" name="evd_web_transport_server_set_enable_websocket ()" link="EvdWebTransportServer.html#evd-web-transport-server-set-enable-websocket"/>
    <keyword type="function" name="evd_web_transport_server_set_selector ()" link="EvdWebTransportServer.html#evd-web-transport-server-set-selector"/>
    <keyword type="property" name="The &quot;base-path&quot; property" link="EvdWebTransportServer.html#EvdWebTransportServer--base-path"/>
    <keyword type="property" name="The &quot;lp-service&quot; property" link="EvdWebTransportServer.html#EvdWebTransportServer--lp-service"/>
    <keyword type="property" name="The &quot;selector&quot; property" link="EvdWebTransportServer.html#EvdWebTransportServer--selector"/>
    <keyword type="property" name="The &quot;websocket-service&quot; property" link="EvdWebTransportServer.html#EvdWebTransportServer--websocket-service"/>
    <keyword type="struct" name="struct EvdLongpollingServer" link="EvdLongpollingServer.html#EvdLongpollingServer-struct"/>
    <keyword type="struct" name="struct EvdLongpollingServerClass" link="EvdLongpollingServer.html#EvdLongpollingServerClass"/>
    <keyword type="function" name="evd_longpolling_server_new ()" link="EvdLongpollingServer.html#evd-longpolling-server-new"/>
    <keyword type="struct" name="struct EvdPoll" link="EvdPoll.html#EvdPoll-struct"/>
    <keyword type="function" name="EvdPollCallback ()" link="EvdPoll.html#EvdPollCallback"/>
    <keyword type="struct" name="struct EvdPollClass" link="EvdPoll.html#EvdPollClass"/>
    <keyword type="struct" name="EvdPollSession" link="EvdPoll.html#EvdPollSession"/>
    <keyword type="function" name="evd_poll_add ()" link="EvdPoll.html#evd-poll-add"/>
    <keyword type="function" name="evd_poll_del ()" link="EvdPoll.html#evd-poll-del"/>
    <keyword type="function" name="evd_poll_get_default ()" link="EvdPoll.html#evd-poll-get-default"/>
    <keyword type="function" name="evd_poll_mod ()" link="EvdPoll.html#evd-poll-mod"/>
    <keyword type="function" name="evd_poll_new ()" link="EvdPoll.html#evd-poll-new"/>
    <keyword type="struct" name="struct EvdResolver" link="EvdResolver.html#EvdResolver-struct"/>
    <keyword type="struct" name="struct EvdResolverClass" link="EvdResolver.html#EvdResolverClass"/>
    <keyword type="function" name="evd_resolver_free_addresses ()" link="EvdResolver.html#evd-resolver-free-addresses"/>
    <keyword type="function" name="evd_resolver_get_default ()" link="EvdResolver.html#evd-resolver-get-default"/>
    <keyword type="function" name="evd_resolver_new ()" link="EvdResolver.html#evd-resolver-new"/>
    <keyword type="function" name="evd_resolver_resolve_async ()" link="EvdResolver.html#evd-resolver-resolve-async"/>
    <keyword type="function" name="evd_resolver_resolve_finish ()" link="EvdResolver.html#evd-resolver-resolve-finish"/>
    <keyword type="struct" name="struct EvdJsonFilter" link="EvdJsonFilter.html#EvdJsonFilter-struct"/>
    <keyword type="struct" name="struct EvdJsonFilterClass" link="EvdJsonFilter.html#EvdJsonFilterClass"/>
    <keyword type="function" name="EvdJsonFilterOnPacketHandler ()" link="EvdJsonFilter.html#EvdJsonFilterOnPacketHandler"/>
    <keyword type="function" name="evd_json_filter_feed ()" link="EvdJsonFilter.html#evd-json-filter-feed"/>
    <keyword type="function" name="evd_json_filter_feed_len ()" link="EvdJsonFilter.html#evd-json-filter-feed-len"/>
    <keyword type="function" name="evd_json_filter_new ()" link="EvdJsonFilter.html#evd-json-filter-new"/>
    <keyword type="function" name="evd_json_filter_reset ()" link="EvdJsonFilter.html#evd-json-filter-reset"/>
    <keyword type="function" name="evd_json_filter_set_packet_handler ()" link="EvdJsonFilter.html#evd-json-filter-set-packet-handler"/>
    <keyword type="function" name="evd_json_filter_set_packet_handler_closure ()" link="EvdJsonFilter.html#evd-json-filter-set-packet-handler-closure"/>
    <keyword type="struct" name="struct EvdTlsDhGenerator" link="EvdTlsDhGenerator.html#EvdTlsDhGenerator-struct"/>
    <keyword type="struct" name="struct EvdTlsDhGeneratorClass" link="EvdTlsDhGenerator.html#EvdTlsDhGeneratorClass"/>
    <keyword type="function" name="evd_tls_dh_generator_generate ()" link="EvdTlsDhGenerator.html#evd-tls-dh-generator-generate"/>
    <keyword type="function" name="evd_tls_dh_generator_generate_finish ()" link="EvdTlsDhGenerator.html#evd-tls-dh-generator-generate-finish"/>
    <keyword type="function" name="evd_tls_dh_generator_new ()" link="EvdTlsDhGenerator.html#evd-tls-dh-generator-new"/>
    <keyword type="enum" name="enum EvdPolicy" link="evd-evd-utils.html#EvdPolicy"/>
    <keyword type="enum" name="enum EvdValidateEnum" link="evd-evd-utils.html#EvdValidateEnum"/>
    <keyword type="function" name="evd_nanosleep ()" link="evd-evd-utils.html#evd-nanosleep"/>
    <keyword type="function" name="evd_timeout_add ()" link="evd-evd-utils.html#evd-timeout-add"/>
    <keyword type="function" name="evd_uuid_new ()" link="evd-evd-utils.html#evd-uuid-new"/>
    <keyword type="macro" name="EVD_ERRNO_ERROR" link="evd-evd-error.html#EVD-ERRNO-ERROR:CAPS"/>
    <keyword type="macro" name="EVD_ERRNO_ERROR_DOMAIN_STR" link="evd-evd-error.html#EVD-ERRNO-ERROR-DOMAIN-STR:CAPS"/>
    <keyword type="macro" name="EVD_ERROR" link="evd-evd-error.html#EVD-ERROR:CAPS"/>
    <keyword type="macro" name="EVD_ERROR_DOMAIN_STR" link="evd-evd-error.html#EVD-ERROR-DOMAIN-STR:CAPS"/>
    <keyword type="macro" name="EVD_GCRYPT_ERROR" link="evd-evd-error.html#EVD-GCRYPT-ERROR:CAPS"/>
    <keyword type="macro" name="EVD_GCRYPT_ERROR_DOMAIN_STR" link="evd-evd-error.html#EVD-GCRYPT-ERROR-DOMAIN-STR:CAPS"/>
    <keyword type="macro" name="EVD_GNUTLS_ERROR" link="evd-evd-error.html#EVD-GNUTLS-ERROR:CAPS"/>
    <keyword type="macro" name="EVD_GNUTLS_ERROR_DOMAIN_STR" link="evd-evd-error.html#EVD-GNUTLS-ERROR-DOMAIN-STR:CAPS"/>
    <keyword type="enum" name="enum EvdErrorEnum" link="evd-evd-error.html#EvdErrorEnum"/>
    <keyword type="function" name="evd_error_build_gcrypt ()" link="evd-evd-error.html#evd-error-build-gcrypt"/>
    <keyword type="function" name="evd_error_build_gnutls ()" link="evd-evd-error.html#evd-error-build-gnutls"/>
    <keyword type="enum" name="enum EvdTlsCertificateType" link="evd-evd-tls-common.html#EvdTlsCertificateType"/>
    <keyword type="enum" name="enum EvdTlsMode" link="evd-evd-tls-common.html#EvdTlsMode"/>
    <keyword type="enum" name="enum EvdTlsVerifyState" link="evd-evd-tls-common.html#EvdTlsVerifyState"/>
    <keyword type="function" name="evd_tls_deinit ()" link="evd-evd-tls-common.html#evd-tls-deinit"/>
    <keyword type="function" name="evd_tls_free_certificates ()" link="evd-evd-tls-common.html#evd-tls-free-certificates"/>
    <keyword type="function" name="evd_tls_generate_dh_params ()" link="evd-evd-tls-common.html#evd-tls-generate-dh-params"/>
    <keyword type="function" name="evd_tls_generate_dh_params_finish ()" link="evd-evd-tls-common.html#evd-tls-generate-dh-params-finish"/>
    <keyword type="function" name="evd_tls_init ()" link="evd-evd-tls-common.html#evd-tls-init"/>
  </functions>
</book>