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 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843
|
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Uq_gtk" rel="Chapter" href="Uq_gtk.html">
<link title="Equeue" rel="Chapter" href="Equeue.html">
<link title="Unixqueue" rel="Chapter" href="Unixqueue.html">
<link title="Uq_engines" rel="Chapter" href="Uq_engines.html">
<link title="Uq_socks5" rel="Chapter" href="Uq_socks5.html">
<link title="Unixqueue_mt" rel="Chapter" href="Unixqueue_mt.html">
<link title="Equeue_intro" rel="Chapter" href="Equeue_intro.html">
<link title="Uq_ssl" rel="Chapter" href="Uq_ssl.html">
<link title="Uq_tcl" rel="Chapter" href="Uq_tcl.html">
<link title="Netcgi_common" rel="Chapter" href="Netcgi_common.html">
<link title="Netcgi" rel="Chapter" href="Netcgi.html">
<link title="Netcgi_ajp" rel="Chapter" href="Netcgi_ajp.html">
<link title="Netcgi_scgi" rel="Chapter" href="Netcgi_scgi.html">
<link title="Netcgi_cgi" rel="Chapter" href="Netcgi_cgi.html">
<link title="Netcgi_fcgi" rel="Chapter" href="Netcgi_fcgi.html">
<link title="Netcgi_dbi" rel="Chapter" href="Netcgi_dbi.html">
<link title="Netcgi1_compat" rel="Chapter" href="Netcgi1_compat.html">
<link title="Netcgi_test" rel="Chapter" href="Netcgi_test.html">
<link title="Netcgi_porting" rel="Chapter" href="Netcgi_porting.html">
<link title="Netcgi_plex" rel="Chapter" href="Netcgi_plex.html">
<link title="Http_client" rel="Chapter" href="Http_client.html">
<link title="Telnet_client" rel="Chapter" href="Telnet_client.html">
<link title="Ftp_data_endpoint" rel="Chapter" href="Ftp_data_endpoint.html">
<link title="Ftp_client" rel="Chapter" href="Ftp_client.html">
<link title="Nethttpd_types" rel="Chapter" href="Nethttpd_types.html">
<link title="Nethttpd_kernel" rel="Chapter" href="Nethttpd_kernel.html">
<link title="Nethttpd_reactor" rel="Chapter" href="Nethttpd_reactor.html">
<link title="Nethttpd_engine" rel="Chapter" href="Nethttpd_engine.html">
<link title="Nethttpd_services" rel="Chapter" href="Nethttpd_services.html">
<link title="Nethttpd_plex" rel="Chapter" href="Nethttpd_plex.html">
<link title="Nethttpd_intro" rel="Chapter" href="Nethttpd_intro.html">
<link title="Netplex_types" rel="Chapter" href="Netplex_types.html">
<link title="Netplex_mp" rel="Chapter" href="Netplex_mp.html">
<link title="Netplex_mt" rel="Chapter" href="Netplex_mt.html">
<link title="Netplex_log" rel="Chapter" href="Netplex_log.html">
<link title="Netplex_controller" rel="Chapter" href="Netplex_controller.html">
<link title="Netplex_container" rel="Chapter" href="Netplex_container.html">
<link title="Netplex_sockserv" rel="Chapter" href="Netplex_sockserv.html">
<link title="Netplex_workload" rel="Chapter" href="Netplex_workload.html">
<link title="Netplex_main" rel="Chapter" href="Netplex_main.html">
<link title="Netplex_config" rel="Chapter" href="Netplex_config.html">
<link title="Netplex_kit" rel="Chapter" href="Netplex_kit.html">
<link title="Rpc_netplex" rel="Chapter" href="Rpc_netplex.html">
<link title="Netplex_cenv" rel="Chapter" href="Netplex_cenv.html">
<link title="Netplex_intro" rel="Chapter" href="Netplex_intro.html">
<link title="Netshm" rel="Chapter" href="Netshm.html">
<link title="Netshm_data" rel="Chapter" href="Netshm_data.html">
<link title="Netshm_hashtbl" rel="Chapter" href="Netshm_hashtbl.html">
<link title="Netshm_array" rel="Chapter" href="Netshm_array.html">
<link title="Netshm_intro" rel="Chapter" href="Netshm_intro.html">
<link title="Netconversion" rel="Chapter" href="Netconversion.html">
<link title="Netchannels" rel="Chapter" href="Netchannels.html">
<link title="Netstream" rel="Chapter" href="Netstream.html">
<link title="Mimestring" rel="Chapter" href="Mimestring.html">
<link title="Netmime" rel="Chapter" href="Netmime.html">
<link title="Netsendmail" rel="Chapter" href="Netsendmail.html">
<link title="Neturl" rel="Chapter" href="Neturl.html">
<link title="Netaddress" rel="Chapter" href="Netaddress.html">
<link title="Netbuffer" rel="Chapter" href="Netbuffer.html">
<link title="Netdate" rel="Chapter" href="Netdate.html">
<link title="Netencoding" rel="Chapter" href="Netencoding.html">
<link title="Netulex" rel="Chapter" href="Netulex.html">
<link title="Netaccel" rel="Chapter" href="Netaccel.html">
<link title="Netaccel_link" rel="Chapter" href="Netaccel_link.html">
<link title="Nethtml" rel="Chapter" href="Nethtml.html">
<link title="Netstring_str" rel="Chapter" href="Netstring_str.html">
<link title="Netstring_pcre" rel="Chapter" href="Netstring_pcre.html">
<link title="Netstring_mt" rel="Chapter" href="Netstring_mt.html">
<link title="Netmappings" rel="Chapter" href="Netmappings.html">
<link title="Netaux" rel="Chapter" href="Netaux.html">
<link title="Nethttp" rel="Chapter" href="Nethttp.html">
<link title="Netchannels_tut" rel="Chapter" href="Netchannels_tut.html">
<link title="Netmime_tut" rel="Chapter" href="Netmime_tut.html">
<link title="Netsendmail_tut" rel="Chapter" href="Netsendmail_tut.html">
<link title="Netulex_tut" rel="Chapter" href="Netulex_tut.html">
<link title="Neturl_tut" rel="Chapter" href="Neturl_tut.html">
<link title="Netsys" rel="Chapter" href="Netsys.html">
<link title="Netpop" rel="Chapter" href="Netpop.html">
<link title="Rpc_auth_dh" rel="Chapter" href="Rpc_auth_dh.html">
<link title="Rpc_key_service" rel="Chapter" href="Rpc_key_service.html">
<link title="Rpc_time" rel="Chapter" href="Rpc_time.html">
<link title="Rpc_auth_local" rel="Chapter" href="Rpc_auth_local.html">
<link title="Rtypes" rel="Chapter" href="Rtypes.html">
<link title="Xdr" rel="Chapter" href="Xdr.html">
<link title="Rpc" rel="Chapter" href="Rpc.html">
<link title="Rpc_program" rel="Chapter" href="Rpc_program.html">
<link title="Rpc_portmapper_aux" rel="Chapter" href="Rpc_portmapper_aux.html">
<link title="Rpc_packer" rel="Chapter" href="Rpc_packer.html">
<link title="Rpc_transport" rel="Chapter" href="Rpc_transport.html">
<link title="Rpc_client" rel="Chapter" href="Rpc_client.html">
<link title="Rpc_simple_client" rel="Chapter" href="Rpc_simple_client.html">
<link title="Rpc_portmapper_clnt" rel="Chapter" href="Rpc_portmapper_clnt.html">
<link title="Rpc_portmapper" rel="Chapter" href="Rpc_portmapper.html">
<link title="Rpc_server" rel="Chapter" href="Rpc_server.html">
<link title="Rpc_auth_sys" rel="Chapter" href="Rpc_auth_sys.html">
<link title="Rpc_intro" rel="Chapter" href="Rpc_intro.html">
<link title="Rpc_mapping_ref" rel="Chapter" href="Rpc_mapping_ref.html">
<link title="Rpc_ssl" rel="Chapter" href="Rpc_ssl.html">
<link title="Rpc_xti_client" rel="Chapter" href="Rpc_xti_client.html">
<link title="Shell_sys" rel="Chapter" href="Shell_sys.html">
<link title="Shell" rel="Chapter" href="Shell.html">
<link title="Shell_uq" rel="Chapter" href="Shell_uq.html">
<link title="Shell_mt" rel="Chapter" href="Shell_mt.html">
<link title="Shell_intro" rel="Chapter" href="Shell_intro.html">
<link title="Netsmtp" rel="Chapter" href="Netsmtp.html"><title>Ocamlnet 2 Reference Manual : Index of classes</title>
</head>
<body>
<center><h1>Index of classes</h1></center>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Netchannels.augment_raw_in_channel.html">augment_raw_in_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class implements the methods from <code class="code">compl_in_channel</code> by calling
the methods of <code class="code">raw_in_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.augment_raw_out_channel.html">augment_raw_out_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class implements the methods from <code class="code">compl_out_channel</code> by calling
the methods of <code class="code">raw_out_channel</code>.
</div>
</td></tr>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Http_client.basic_auth_handler.html">basic_auth_handler</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Basic authentication.
</div>
</td></tr>
<tr><td><a href="Http_client.basic_auth_method.html">basic_auth_method</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
<b>Deprecated.</b>
</div>
</td></tr>
<tr><td><a href="Netmime.basic_mime_header.html">basic_mime_header</a> [<a href="Netmime.html">Netmime</a>]</td>
<td><div class="info">
An implementation of <code class="code">mime_header</code>.
</div>
</td></tr>
<tr><td><a href="Rpc_client.blocking_socket_config.html">blocking_socket_config</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
blocking <code class="code">connect</code> configuration as class
</div>
</td></tr>
<tr><td><a href="Netchannels.buffered_raw_in_channel.html">buffered_raw_in_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class adds a buffer to the underlying <code class="code">raw_in_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.buffered_raw_out_channel.html">buffered_raw_out_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class adds a buffer to the underlying <code class="code">raw_out_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.buffered_trans_channel.html">buffered_trans_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
A transactional output channel with a transaction buffer implemented
in memory
</div>
</td></tr>
<tr><td><a href="Nethttpd_engine.buffering_engine_processing_config.html">buffering_engine_processing_config</a> [<a href="Nethttpd_engine.html">Nethttpd_engine</a>]</td>
<td><div class="info">
Implements the synchronisation by buffering
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Shell_uq.call_engine.html">call_engine</a> [<a href="Shell_uq.html">Shell_uq</a>]</td>
<td><div class="info">
This engine corresponds to <a href="Shell.html#VALcall"><code class="code">Shell.call</code></a>.
</div>
</td></tr>
<tr><td><a href="Netcgi_common.cgi.html">cgi</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
<code class="code">cgi env op meth args</code> constructs <a href="Netcgi.cgi.html"><code class="code">Netcgi.cgi</code></a> objects.
</div>
</td></tr>
<tr><td><a href="Netcgi_common.cgi_environment.html">cgi_environment</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
<code class="code">new cgi_environment ~config ~properties ~input_header out_obj</code>
generates a <a href="Netcgi.cgi_environment.html"><code class="code">Netcgi.cgi_environment</code></a> object, from the arguments.
</div>
</td></tr>
<tr><td><a href="Netsmtp.client.html">client</a> [<a href="Netsmtp.html">Netsmtp</a>]</td>
<td></td></tr>
<tr><td><a href="Netpop.client.html">client</a> [<a href="Netpop.html">Netpop</a>]</td>
<td><div class="info">
The class <code class="code">client</code> implements the POP3 protocol.
</div>
</td></tr>
<tr><td><a href="Ftp_client.connect_method.html">connect_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
This method connects to the <code class="code">host</code> which must be an IP address
</div>
</td></tr>
<tr><td><a href="Netconversion.conversion_pipe.html">conversion_pipe</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
This pipeline class (see <code class="code">Netchannels</code> for more information) can be used
to recode a netchannel while reading or writing.
</div>
</td></tr>
<tr><td><a href="Uq_engines.copier.html">copier</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine copies data between file descriptors as specified by
the <code class="code">copy_task</code> argument.
</div>
</td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Ftp_data_endpoint.data_converter.html">data_converter</a> [<a href="Ftp_data_endpoint.html">Ftp_data_endpoint</a>]</td>
<td><div class="info">
Creates a data conversion pipe converting <code class="code">fromrepr</code> to
<code class="code">torepr</code>.
</div>
</td></tr>
<tr><td><a href="Netencoding.QuotedPrintable.decoding_pipe.html">decoding_pipe</a> [<a href="Netencoding.QuotedPrintable.html">Netencoding.QuotedPrintable</a>]</td>
<td><div class="info">
This pipe decodes the data written into the pipe.
</div>
</td></tr>
<tr><td><a href="Netencoding.Base64.decoding_pipe.html">decoding_pipe</a> [<a href="Netencoding.Base64.html">Netencoding.Base64</a>]</td>
<td><div class="info">
This pipe decodes the data written into the pipe.
</div>
</td></tr>
<tr><td><a href="Rpc_server.default_socket_config.html">default_socket_config</a> [<a href="Rpc_server.html">Rpc_server</a>]</td>
<td></td></tr>
<tr><td><a href="Rpc_client.default_socket_config.html">default_socket_config</a> [<a href="Rpc_client.html">Rpc_client</a>]</td>
<td><div class="info">
Default configuration as class
</div>
</td></tr>
<tr><td><a href="Http_client.delete.html">delete</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Argument: URI
</div>
</td></tr>
<tr><td><a href="Http_client.delete_call.html">delete_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td><a href="Ftp_client.delete_method.html">delete_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Deletes the named file
</div>
</td></tr>
<tr><td><a href="Http_client.digest_auth_handler.html">digest_auth_handler</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Digest authentication.
</div>
</td></tr>
<tr><td><a href="Http_client.digest_auth_method.html">digest_auth_method</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
<b>Deprecated.</b>
</div>
</td></tr>
<tr><td><a href="Uq_engines.direct_socket_acceptor.html">direct_socket_acceptor</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
An implementation of <code class="code">server_socket_acceptor</code> for sockets
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Nethttpd_types.empty_environment.html">empty_environment</a> [<a href="Nethttpd_types.html">Nethttpd_types</a>]</td>
<td><div class="info">
This class implements an environment with defined internal containers.
</div>
</td></tr>
<tr><td><a href="Netplex_kit.empty_processor_hooks.html">empty_processor_hooks</a> [<a href="Netplex_kit.html">Netplex_kit</a>]</td>
<td><div class="info">
This is an empty set of processor hooks, i.e.
</div>
</td></tr>
<tr><td><a href="Netencoding.QuotedPrintable.encoding_pipe.html">encoding_pipe</a> [<a href="Netencoding.QuotedPrintable.html">Netencoding.QuotedPrintable</a>]</td>
<td><div class="info">
This pipe encodes the data written into the pipe.
</div>
</td></tr>
<tr><td><a href="Netencoding.Base64.encoding_pipe.html">encoding_pipe</a> [<a href="Netencoding.Base64.html">Netencoding.Base64</a>]</td>
<td><div class="info">
This pipe encodes the data written into the pipe.
</div>
</td></tr>
<tr><td><a href="Uq_engines.engine_mixin.html">engine_mixin</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
A useful class fragment that implements <code class="code">state</code> and
<code class="code">request_notification</code>.
</div>
</td></tr>
<tr><td><a href="Uq_engines.epsilon_engine.html">epsilon_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine transitions from its initial state <code class="code">`Working 0</code> in one
step to the passed constant state.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Netmime.file_mime_body.html">file_mime_body</a> [<a href="Netmime.html">Netmime</a>]</td>
<td><div class="info">
An implementation of <code class="code">mime_body</code> where the value is stored
in an external file.
</div>
</td></tr>
<tr><td><a href="Ftp_client.ftp_client.html">ftp_client</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
The ftp client is a user session that may even span several connections.
</div>
</td></tr>
<tr><td><a href="Ftp_client.ftp_client_pi.html">ftp_client_pi</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
The client protocol interpreter...
</div>
</td></tr>
<tr><td><a href="Ftp_data_endpoint.ftp_data_receiver.html">ftp_data_receiver</a> [<a href="Ftp_data_endpoint.html">Ftp_data_endpoint</a>]</td>
<td><div class="info">
This engine receives data on a FTP data connection, and forwards
them to a local receiver.
</div>
</td></tr>
<tr><td><a href="Ftp_data_endpoint.ftp_data_sender.html">ftp_data_sender</a> [<a href="Ftp_data_endpoint.html">Ftp_data_endpoint</a>]</td>
<td><div class="info">
This engine sends data over a FTP data connection coming from
a local sender.
</div>
</td></tr>
<tr><td align="left"><br>G</td></tr>
<tr><td><a href="Http_client.generic_call.html">generic_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
This class is an implementation of <code class="code">http_call</code>.
</div>
</td></tr>
<tr><td><a href="Http_client.get.html">get</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Argument: URI
</div>
</td></tr>
<tr><td><a href="Http_client.get_call.html">get_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td><a href="Ftp_client.get_method.html">get_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
This FTP method walks to the right directory and gets <code class="code">file</code> from
the server.
</div>
</td></tr>
<tr><td><a href="Netaddress.group.html">group</a> [<a href="Netaddress.html">Netaddress</a>]</td>
<td><div class="info">
A <code class="code">group</code> has a name, and consists of a number of mailboxes.
</div>
</td></tr>
<tr><td><a href="Uq_gtk.gtk_event_system.html">gtk_event_system</a> [<a href="Uq_gtk.html">Uq_gtk</a>]</td>
<td><div class="info">
This class is an alternate implementation of the Unixqueue event systems
for the Glib event loop.
</div>
</td></tr>
<tr><td align="left"><br>H</td></tr>
<tr><td><a href="Http_client.head.html">head</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Argument: URI
</div>
</td></tr>
<tr><td><a href="Http_client.head_call.html">head_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td><a href="Nethttpd_engine.http_engine.html">http_engine</a> [<a href="Nethttpd_engine.html">Nethttpd_engine</a>]</td>
<td><div class="info">
This engine processes the requests arriving on the file descriptor using
the Unix event system.
</div>
</td></tr>
<tr><td><a href="Nethttpd_reactor.http_environment.html">http_environment</a> [<a href="Nethttpd_reactor.html">Nethttpd_reactor</a>]</td>
<td><div class="info">
For private use only
</div>
</td></tr>
<tr><td><a href="Nethttpd_kernel.http_protocol.html">http_protocol</a> [<a href="Nethttpd_kernel.html">Nethttpd_kernel</a>]</td>
<td><div class="info">
The core event loop of the HTTP daemon
</div>
</td></tr>
<tr><td><a href="Nethttpd_reactor.http_reactor.html">http_reactor</a> [<a href="Nethttpd_reactor.html">Nethttpd_reactor</a>]</td>
<td><div class="info">
The <code class="code">http_reactor</code> allows one to pull the next request from a connected
client, and to deliver the response to the protocol engine.
</div>
</td></tr>
<tr><td><a href="Nethttpd_kernel.http_response_impl.html">http_response_impl</a> [<a href="Nethttpd_kernel.html">Nethttpd_kernel</a>]</td>
<td><div class="info">
Exported for debugging and testing only
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Netchannels.in_obj_channel_delegation.html">in_obj_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Uq_engines.input_async_descr.html">input_async_descr</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
The corresponding class for asynchronous input channels.
</div>
</td></tr>
<tr><td><a href="Uq_engines.input_async_mplex.html">input_async_mplex</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Creates an asynchronous input channel reading from the multiplex
controller.
</div>
</td></tr>
<tr><td><a href="Netchannels.input_channel.html">input_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates an input channel from an <code class="code">in_channel</code>, which must be open.
</div>
</td></tr>
<tr><td><a href="Netchannels.input_command.html">input_command</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Runs the command with <code class="code">/bin/sh</code>, and reads the data the command prints
to stdout.
</div>
</td></tr>
<tr><td><a href="Netchannels.input_descr.html">input_descr</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates a <code class="code">raw_in_channel</code> for the passed file descriptor, which must
be open for reading.
</div>
</td></tr>
<tr><td><a href="Netchannels.input_filter.html">input_filter</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
An <code class="code">input_filter</code> filters the data read from it through the
<code class="code">io_obj_channel</code> (usually a <code class="code">pipe</code> after the data have been
retrieved from the passed <code class="code">in_obj_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netstream.input_stream.html">input_stream</a> [<a href="Netstream.html">Netstream</a>]</td>
<td><div class="info">
Make an <code class="code">in_obj_stream</code> on top of an <code class="code">in_obj_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.input_string.html">input_string</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates an input channel from a (constant) string.
</div>
</td></tr>
<tr><td><a href="Ftp_client.invoke_method.html">invoke_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
This FTP method simply invokes <code class="code">command</code>, and calls for all kinds of
successful replies the function <code class="code">process_result</code>, passing the ftp_state and
the code and the reply text.
</div>
</td></tr>
<tr><td align="left"><br>K</td></tr>
<tr><td><a href="Http_client.key_ring.html">key_ring</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
The <code class="code">key_ring</code> is a cache for keys.
</div>
</td></tr>
<tr><td align="left"><br>L</td></tr>
<tr><td><a href="Netchannels.lift_raw_out_channel.html">lift_raw_out_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class implements the methods from <code class="code">compl_out_channel</code> by calling
the methods of <code class="code">raw_out_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.lift_rec_in_channel.html">lift_rec_in_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class implements <code class="code">pos_in</code> and the methods from <code class="code">compl_in_channel</code>
by calling the methods of <code class="code">rec_in_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.lift_rec_out_channel.html">lift_rec_out_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This class implements <code class="code">pos_out</code> and the methods from <code class="code">compl_out_channel</code>
by calling the methods of <code class="code">rec_out_channel</code>.
</div>
</td></tr>
<tr><td><a href="Nethttpd_kernel.lingering_close.html">lingering_close</a> [<a href="Nethttpd_kernel.html">Nethttpd_kernel</a>]</td>
<td><div class="info">
Closes a file descriptor using the "lingering close" algorithm.
</div>
</td></tr>
<tr><td><a href="Ftp_client.list_method.html">list_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Lists the contents of the directory <code class="code">dir</code> using the LIST command.
</div>
</td></tr>
<tr><td><a href="Ftp_client.login_method.html">login_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
This FTP method logs the <code class="code">user</code> in.
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Netaddress.mailbox.html">mailbox</a> [<a href="Netaddress.html">Netaddress</a>]</td>
<td><div class="info">
A <code class="code">mailbox</code> has a name, optionally a route (not used nowadays), and
a formal address specification.
</div>
</td></tr>
<tr><td><a href="Uq_engines.map_engine.html">map_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
The <code class="code">map_engine</code> observes the argument engine, and when the
state changes to <code class="code">`Done</code>, <code class="code">`Error</code>, or <code class="code">`Aborted</code>, the corresponding
mapping function is called, and the resulting state becomes the state
of the mapped engine.
</div>
</td></tr>
<tr><td><a href="Ftp_client.mdtm_method.html">mdtm_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Determines the date and time of the last modification of <code class="code">file</code>.
</div>
</td></tr>
<tr><td><a href="Netmime.memory_mime_body.html">memory_mime_body</a> [<a href="Netmime.html">Netmime</a>]</td>
<td><div class="info">
An implementation of <code class="code">mime_body</code> where the value is stored
in-memory.
</div>
</td></tr>
<tr><td><a href="Netcgi_common.mime_arg.html">mime_arg</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
See <a href="Netcgi.Argument.html#VALmime"><code class="code">Netcgi.Argument.mime</code></a>.
</div>
</td></tr>
<tr><td><a href="Netcgi1_compat.Netcgi.mime_argument.html">mime_argument</a> [<a href="Netcgi1_compat.Netcgi.html">Netcgi1_compat.Netcgi</a>]</td>
<td></td></tr>
<tr><td><a href="Netcgi.mime_argument.html">mime_argument</a> [<a href="Netcgi.html">Netcgi</a>]</td>
<td><div class="info">
<font color="#CCCCCC">Old deprecated MIME argument class.
</font></div>
</td></tr>
<tr><td><a href="Ftp_client.mkdir_method.html">mkdir_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Creates the named directory
</div>
</td></tr>
<tr><td><a href="Netplex_mp.mp.html">mp</a> [<a href="Netplex_mp.html">Netplex_mp</a>]</td>
<td><div class="info">
Uses <code class="code">Unix.fork</code> to create new threads
</div>
</td></tr>
<tr><td><a href="Netplex_mt.mt.html">mt</a> [<a href="Netplex_mt.html">Netplex_mt</a>]</td>
<td><div class="info">
Uses <code class="code">Thread.create</code> to create new threads
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="Ftp_client.nlst_method.html">nlst_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Lists the contents of the directory <code class="code">dir</code> using the NLST command
The <code class="code">representation</code> must not be <code class="code">`Image</code>.
</div>
</td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Http_client.options.html">options</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Argument: URI or "*"
</div>
</td></tr>
<tr><td><a href="Http_client.options_call.html">options_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td><a href="Netchannels.out_obj_channel_delegation.html">out_obj_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Uq_engines.output_async_descr.html">output_async_descr</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine implements an <code class="code">async_out_channel</code> for the output
descriptor <code class="code">dst</code>.
</div>
</td></tr>
<tr><td><a href="Uq_engines.output_async_mplex.html">output_async_mplex</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
Creates an asynchronous output channel writing to the multiplex
controller (see also <code class="code">output_async_descr</code> for the corresponding
class writing to a single descriptor).
</div>
</td></tr>
<tr><td><a href="Netchannels.output_buffer.html">output_buffer</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This output channel writes the data into the passed buffer.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_channel.html">output_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates an output channel writing into an <code class="code">out_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_command.html">output_command</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Runs the command with <code class="code">/bin/sh</code>, and data written to the channel is
piped to stdin of the command.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_descr.html">output_descr</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates a <code class="code">raw_out_channel</code> for the passed file descriptor, which must
be open for writing.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_filter.html">output_filter</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
An <code class="code">output_filter</code> filters the data written to it through the
<code class="code">io_obj_channel</code> (usually a <code class="code">pipe</code>), and writes the filtered data
to the passed <code class="code">out_obj_channel</code>.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_netbuffer.html">output_netbuffer</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This output channel writes the data into the passed netbuffer.
</div>
</td></tr>
<tr><td><a href="Netchannels.output_null.html">output_null</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
This output channel discards all written data.
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Netchannels.pipe.html">pipe</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
A <code class="code">pipe</code> has two internal buffers (realized by Netbuffer).
</div>
</td></tr>
<tr><td><a href="Http_client.pipeline.html">pipeline</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
A pipeline is a queue of HTTP calls to perform
</div>
</td></tr>
<tr><td><a href="Uq_engines.poll_engine.html">poll_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine waits until one of the passed operations can be
carried out, or until one of the operations times out.
</div>
</td></tr>
<tr><td><a href="Uq_engines.poll_process_engine.html">poll_process_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine waits until the process with the ID <code class="code">pid</code> terminates.
</div>
</td></tr>
<tr><td><a href="Http_client.post.html">post</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Arguments: URI, parameter list to be transferred as
application/x-www-form-urlencoded body
</div>
</td></tr>
<tr><td><a href="Http_client.post_call.html">post_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td><a href="Http_client.post_raw.html">post_raw</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Arguments: URI, body
</div>
</td></tr>
<tr><td><a href="Netplex_kit.processor_base.html">processor_base</a> [<a href="Netplex_kit.html">Netplex_kit</a>]</td>
<td><div class="info">
A virtual (incomplete) base class for processors.
</div>
</td></tr>
<tr><td><a href="Uq_socks5.proxy_client.html">proxy_client</a> [<a href="Uq_socks5.html">Uq_socks5</a>]</td>
<td><div class="info">
The object created by <code class="code">new proxy_client addr</code> can be passed as <code class="code">proxy</code>
to the <a href="Uq_engines.html#VALconnector"><code class="code">Uq_engines.connector</code></a>, <a href="Uq_engines.html#VALlistener"><code class="code">Uq_engines.listener</code></a>, and
<a href="Uq_engines.html#VALdatagram_provider"><code class="code">Uq_engines.datagram_provider</code></a> functions to use
the SOCKS proxy for connections, servers, and datagram socket,
respectively.
</div>
</td></tr>
<tr><td><a href="Http_client.put.html">put</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Arguments: URI, body
</div>
</td></tr>
<tr><td><a href="Http_client.put_call.html">put_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Netchannels.raw_in_channel_delegation.html">raw_in_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Netchannels.raw_out_channel_delegation.html">raw_out_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Ftp_data_endpoint.read_in_record_channel.html">read_in_record_channel</a> [<a href="Ftp_data_endpoint.html">Ftp_data_endpoint</a>]</td>
<td><div class="info">
Provides an <code class="code">in_record_channel</code> that takes newline characters as
EOR representation.
</div>
</td></tr>
<tr><td><a href="Netchannels.rec_in_channel_delegation.html">rec_in_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Netchannels.rec_out_channel_delegation.html">rec_out_channel_delegation</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td></td></tr>
<tr><td><a href="Uq_engines.receiver.html">receiver</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine copies all data from the <code class="code">src</code> file descriptor to the
<code class="code">dst</code> output channel.
</div>
</td></tr>
<tr><td><a href="Netconversion.recoding_pipe.html">recoding_pipe</a> [<a href="Netconversion.html">Netconversion</a>]</td>
<td><div class="info">
<font color="#CCCCCC">Recodes a channel like <code class="code">conversion_pipe</code>.
</font></div>
</td></tr>
<tr><td><a href="Nethttpd_types.redirected_environment.html">redirected_environment</a> [<a href="Nethttpd_types.html">Nethttpd_types</a>]</td>
<td><div class="info">
This class overlays the input-side containers of an existing environment.
</div>
</td></tr>
<tr><td><a href="Ftp_client.rename_method.html">rename_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Renames the <code class="code">file_from</code> into <code class="code">file_to</code>.
</div>
</td></tr>
<tr><td><a href="Ftp_client.rmdir_method.html">rmdir_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Deletes the named directory
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Uq_engines.sender.html">sender</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine copies all data from the <code class="code">src</code> input channel to the
<code class="code">dst</code> file descriptor.
</div>
</td></tr>
<tr><td><a href="Uq_engines.seq_engine.html">seq_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine runs two engines in sequential order.
</div>
</td></tr>
<tr><td><a href="Ftp_client.set_mode_method.html">set_mode_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Requests a certain mode for future file transfers
</div>
</td></tr>
<tr><td><a href="Ftp_client.set_structure_method.html">set_structure_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
Requests a certain structure for future file transfers
</div>
</td></tr>
<tr><td><a href="Netcgi_common.simple_arg.html">simple_arg</a> [<a href="Netcgi_common.html">Netcgi_common</a>]</td>
<td><div class="info">
See <a href="Netcgi.Argument.html#VALsimple"><code class="code">Netcgi.Argument.simple</code></a>.
</div>
</td></tr>
<tr><td><a href="Netcgi1_compat.Netcgi.simple_argument.html">simple_argument</a> [<a href="Netcgi1_compat.Netcgi.html">Netcgi1_compat.Netcgi</a>]</td>
<td></td></tr>
<tr><td><a href="Netcgi.simple_argument.html">simple_argument</a> [<a href="Netcgi.html">Netcgi</a>]</td>
<td><div class="info">
<font color="#CCCCCC">Old deprecated simple argument class.
</font></div>
</td></tr>
<tr><td><a href="Netchannels.socket_descr.html">socket_descr</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
Creates a <code class="code">raw_io_channel</code> for the passed socket descriptor, which must
be open for reading and writing, and not yet shut down in either
direction.
</div>
</td></tr>
<tr><td><a href="Rpc_ssl.ssl_client_socket_config.html">ssl_client_socket_config</a> [<a href="Rpc_ssl.html">Rpc_ssl</a>]</td>
<td><div class="info">
SSL configuration class for clients
</div>
</td></tr>
<tr><td><a href="Rpc_ssl.ssl_server_socket_config.html">ssl_server_socket_config</a> [<a href="Rpc_ssl.html">Rpc_ssl</a>]</td>
<td><div class="info">
SSL configuration class for servers
</div>
</td></tr>
<tr><td><a href="Netcgi1_compat.Netcgi.std_activation.html">std_activation</a> [<a href="Netcgi1_compat.Netcgi.html">Netcgi1_compat.Netcgi</a>]</td>
<td></td></tr>
<tr><td><a href="Rpc_transport.stream_rpc_multiplex_controller.html">stream_rpc_multiplex_controller</a> [<a href="Rpc_transport.html">Rpc_transport</a>]</td>
<td><div class="info">
The class is exported for the SSL transporter
</div>
</td></tr>
<tr><td><a href="Netstream.sub_stream.html">sub_stream</a> [<a href="Netstream.html">Netstream</a>]</td>
<td><div class="info">
A sub stream is the part of the whole stream from the current position
to an arbitrary other position that is determined by <code class="code">len</code> and
<code class="code">delimiter</code>.
</div>
</td></tr>
<tr><td><a href="Uq_engines.sync_engine.html">sync_engine</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
This engine runs two engines in parallel, and waits until both
are <code class="code">`Done</code> (synchronization).
</div>
</td></tr>
<tr><td><a href="Shell_uq.system_handler_engine.html">system_handler_engine</a> [<a href="Shell_uq.html">Shell_uq</a>]</td>
<td><div class="info">
This engine implements a <a href="Shell_sys.html#TYPEsystem_handler"><code class="code">Shell_sys.system_handler</code></a>, and can
be used to watch an already started <code class="code">job_instance</code> as created by
<a href="Shell_sys.html#VALrun_job"><code class="code">Shell_sys.run_job</code></a> until the job is done.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="Uq_tcl.tcl_event_system.html">tcl_event_system</a> [<a href="Uq_tcl.html">Uq_tcl</a>]</td>
<td><div class="info">
This class is an alternate implementation of the Unixqueue event systems
for the TCL event loop.
</div>
</td></tr>
<tr><td><a href="Telnet_client.telnet_session.html">telnet_session</a> [<a href="Telnet_client.html">Telnet_client</a>]</td>
<td><div class="info">
A telnet session
</div>
</td></tr>
<tr><td><a href="Netchannels.tempfile_trans_channel.html">tempfile_trans_channel</a> [<a href="Netchannels.html">Netchannels</a>]</td>
<td><div class="info">
A transactional output channel with a transaction buffer implemented
as temporary file
</div>
</td></tr>
<tr><td><a href="Http_client.trace.html">trace</a> [<a href="Http_client.html">Http_client</a>]</td>
<td><div class="info">
Arguments: URI, maximum number of hops
</div>
</td></tr>
<tr><td><a href="Http_client.trace_call.html">trace_call</a> [<a href="Http_client.html">Http_client</a>]</td>
<td></td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Unixqueue.unix_event_system.html">unix_event_system</a> [<a href="Unixqueue.html">Unixqueue</a>]</td>
<td><div class="info">
The standalone implementation of an event system
</div>
</td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Ftp_client.walk_method.html">walk_method</a> [<a href="Ftp_client.html">Ftp_client</a>]</td>
<td><div class="info">
This FTP method walks to the target directory:
</div>
</td></tr>
<tr><td><a href="Uq_engines.watchdog.html">watchdog</a> [<a href="Uq_engines.html">Uq_engines</a>]</td>
<td><div class="info">
A watchdog engine checks whether the argument engine makes
progress, and if there is no progress for the passed number of
seconds, the engine is aborted, and the watchdog state changes
to <code class="code">`Error Watchdog_timeout</code>.
</div>
</td></tr>
<tr><td><a href="Ftp_data_endpoint.write_out_record_channel.html">write_out_record_channel</a> [<a href="Ftp_data_endpoint.html">Ftp_data_endpoint</a>]</td>
<td><div class="info">
Provides an <code class="code">out_record_channel</code> that represents EOR as
newline character.
</div>
</td></tr>
</table><br>
</body>
</html>
|