Index of classes


B
basic_auth_handler [Http_client]
Basic authentication.
basic_auth_method [Http_client]
Deprecated.

C
connect_method [Ftp_client]
This method connects to the host which must be an IP address

D
data_converter [Ftp_data_endpoint]
Creates a data conversion pipe converting fromrepr to torepr.
delete [Http_client]
Argument: URI
delete_call [Http_client]
delete_method [Ftp_client]
Deletes the named file
digest_auth_handler [Http_client]
Digest authentication.
digest_auth_method [Http_client]
Deprecated.

F
ftp_client [Ftp_client]
The ftp client is a user session that may even span several connections.
ftp_client_pi [Ftp_client]
The client protocol interpreter...
ftp_data_receiver [Ftp_data_endpoint]
This engine receives data on a FTP data connection, and forwards them to a local receiver.
ftp_data_sender [Ftp_data_endpoint]
This engine sends data over a FTP data connection coming from a local sender.

G
generic_call [Http_client]
This class is an implementation of http_call.
get [Http_client]
Argument: URI
get_call [Http_client]
get_method [Ftp_client]
This FTP method walks to the right directory and gets file from the server.

H
head [Http_client]
Argument: URI
head_call [Http_client]

I
invoke_method [Ftp_client]
This FTP method simply invokes command, and calls for all kinds of successful replies the function process_result, passing the ftp_state and the code and the reply text.

K
key_ring [Http_client]
The key_ring is a cache for keys.

L
list_method [Ftp_client]
Lists the contents of the directory dir using the LIST command.
login_method [Ftp_client]
This FTP method logs the user in.

M
mdtm_method [Ftp_client]
Determines the date and time of the last modification of file.
mkdir_method [Ftp_client]
Creates the named directory

N
nlst_method [Ftp_client]
Lists the contents of the directory dir using the NLST command The representation must not be `Image.

O
options [Http_client]
Argument: URI or "*"
options_call [Http_client]

P
pipeline [Http_client]
A pipeline is a queue of HTTP calls to perform
post [Http_client]
Arguments: URI, parameter list to be transferred as application/x-www-form-urlencoded body
post_call [Http_client]
post_raw [Http_client]
Arguments: URI, body
put [Http_client]
Arguments: URI, body
put_call [Http_client]

R
read_in_record_channel [Ftp_data_endpoint]
Provides an in_record_channel that takes newline characters as EOR representation.
rename_method [Ftp_client]
Renames the file_from into file_to.
rmdir_method [Ftp_client]
Deletes the named directory

S
set_mode_method [Ftp_client]
Requests a certain mode for future file transfers
set_structure_method [Ftp_client]
Requests a certain structure for future file transfers

T
telnet_session [Telnet_client]
A telnet session
trace [Http_client]
Arguments: URI, maximum number of hops
trace_call [Http_client]

W
walk_method [Ftp_client]
This FTP method walks to the target directory:
write_out_record_channel [Ftp_data_endpoint]
Provides an out_record_channel that represents EOR as newline character.