Index of class types


C
cgi_activation [Netcgi_types]
The common interface of CGI activation objects
cgi_argument [Netcgi_types]
The interface of CGI argument objects
cgi_environment [Netcgi_env]
The class type cgi_environment contains the resources by which the CGI activation is connected to the "outer world".
compl_in_channel [Netchannels]
Further methods usually supported by ocamlnet channel implementations.
compl_out_channel [Netchannels]
Further methods usually supported by ocamlnet channel implementations.

E
enhanced_raw_in_channel [Netchannels]
Defines private methods reading text line by line

I
in_obj_channel [Netchannels]
The application-level input channel supports raw and complemented methods
in_obj_stream [Netstream]
An in_obj_stream extends in_obj_channel by look-ahead methods
io_obj_channel [Netchannels]
A channel supporting both input and output.

M
mime_body [Netmime]
A MIME body with both read and write method.
mime_body_ro [Netmime]
This is the read-only version of a MIME body.
mime_header [Netmime]
A MIME header with both read and write method.
mime_header_ro [Netmime]
This is the read-only version of a MIME header.

O
out_obj_channel [Netchannels]
The application-level output channel supports raw and complemented methods

R
raw_in_channel [Netchannels]
Basic Unix-level class type for input channels as used by ocamlnet.
raw_io_channel [Netchannels]
A channel supporting both input and output.
raw_out_channel [Netchannels]
Basic Unix-level class type for output channels as used by ocamlnet.
rec_in_channel [Netchannels]
Recommended input class type for library interoperability.
rec_out_channel [Netchannels]
Recommended output class type for library interoperability.

S
simple_message [Netcgi_types]
A simple_message stores the value of the CGI argument as an unstructured string value.

T
trans_out_obj_channel [Netchannels]
A transactional output channel has a buffer for uncommitted data.