A | |
| augment_raw_in_channel [Netchannels] |
This class implements the methods from
compl_in_channel by calling
the methods of raw_in_channel.
|
| augment_raw_out_channel [Netchannels] |
This class implements the methods from
compl_out_channel by calling
the methods of raw_out_channel.
|
B | |
| basic_mime_header [Netmime] |
An implementation of
mime_header.
|
| buffered_raw_in_channel [Netchannels] |
This class adds a buffer to the underlying
raw_in_channel.
|
| buffered_raw_out_channel [Netchannels] |
This class adds a buffer to the underlying
raw_out_channel.
|
| buffered_trans_channel [Netchannels] |
A transactional output channel with a transaction buffer implemented
in memory
|
| buffering_engine_processing_config [Nethttpd_engine] |
Implements the synchronisation by buffering
|
C | |
| client [Netsmtp] | |
| client [Netpop] |
The class
client implements the POP3 protocol.
|
| conversion_pipe [Netconversion] |
This pipeline class (see
Netchannels for more information) can be used
to recode a netchannel while reading or writing.
|
| custom_activation [Netcgi] |
This class can be used to implement a non-standard connector that
has the same output format as CGI.
|
| custom_environment [Netcgi_env] |
This class can be used to set up non-standard environments.
|
D | |
| decoding_pipe [Netencoding.QuotedPrintable] |
This pipe decodes the data written into the pipe.
|
| decoding_pipe [Netencoding.Base64] |
This pipe decodes the data written into the pipe.
|
E | |
| empty_environment [Nethttpd_types] |
This class implements an environment with defined/td> |
Sets the response status.
|
| set_value [Netcgi_types.cgi_argument] |
If the
representation supports mutable values, the value is set
to the passed string.
|
| set_value [Netmime.mime_body] |
Sets the value.
|
| setup_finished [Netcgi_env.custom_environment] |
Finishes the setup.
|
| shutdown [Nethttpd_kernel.http_protocol] |
Shuts the socket down.
|
| skip [Netstream.in_obj_stream] |
Skip the n bytes of the stream.
|
| spec [Netaddress.mailbox] |
The formal address specification
|
| stat [Netpop.client] |
Returns information about the current mailbox as tuple
(count,size,ext) where count is the number of messages in
the mailbox, size is the size of the mailbox in octets,
and ext is any server extension data.
|
| state [Nethttpd_kernel.http_response] |
Reports the state.
|
| state [Netpop.client] |
Current state of this session.
|
| store [Netcgi_types.cgi_argument] |
Returns where the argument value is stored
|
| store [Netmime.mime_body_ro] |
Where the body is actually stored.
|
T | |
| test_coverage [Nethttpd_kernel.http_protocol] |
For testing: returns a list of tokens indicating into which cases the program
ran.
|
| timeout [Nethttpd_kernel.http_protocol] |
Process a timeout condition as
cycle does
|
| top [Netpop.client] |
Returns the message header plus a limited number of lines
of the message body.
|
| transfer_encoding [Nethttpd_kernel.http_response] |
Returns the selected transfer encoding.
|
U | |
| uidl [Netpop.client] |
Returns the unique identifier(s) for an optional message number
or for all messages in the current mailbox.
|
| unlock [Nethttpd_reactor.internal_environment] | |
| update_argument [Netcgi_types.cgi_activation] |
The passed argument replaces the current argument
(or multiple argument) with the same name; if there is no such
argument, the passed argument is added to the list of current args
|
| update_field [Netmime.mime_header] | |
| update_multiple_argument [Netcgi_types.cgi_activation] |
The passed arguments must all have the same name.
|
| update_multiple_field [Netmime.mime_header] | |
| url [Netcgi_types.cgi_activation] |
Returns the URL of the current CGI activation.
|
| user [Netpop.client] |
Specifies the name of the mailbox the client would like to open
using plain-text authentication.
|
| user_agent [Netcgi_env.cgi_environment] |
Returns the
"User-agent" field of the request header
|
V | |
| value [Netcgi_types.cgi_argument] |
The value of the CGI argument, after all transfer encodings have
been removed.
|
| value [Netmime.mime_body_ro] |
The
value method returns the _decoded_ body,
i.e.
|
W | |
| waiting_for_next_message [Nethttpd_kernel.http_protocol] |
Whether the kernel is currently waiting for the beginning of a new
arriving HTTP request.
|
| want [Netstream.in_obj_stream] |
Increases the length of the window such that the length is at least
the passed number of bytes or that the window reaches EOF (whatever
happens first).
|
| want_another_block [Netstream.in_obj_stream] |
The same as:
want block_size
|
| window [Netstream.in_obj_stream] |
The look-ahead window.
|
| window_at_eof [Netstream.in_obj_stream] |
Whether the window is at eof
|
| window_length [Netstream.in_obj_stream] |
Returns the length of the window
|