+
Point of view
All features
class EXAMPLE_HTTP_CLIENT
Summary
Some ideas and first draft of this class kindly provided by Serge mailto:se@sir.nensi.net
Direct parents
Inherit list: XML_NODE_VISITOR
Insert list: PROTOCOLS
Overview
proxy: HTTP_PROXY
writable attribute
{}
make
effective procedure
{}
test_socket (url: URL)
effective procedure
{}
error (line: INTEGER_32, column: INTEGER_32)
effective procedure
{}
visit_composite_node (node: XML_COMPOSITE_NODE)
effective procedure
visit_data_node (node: XML_DATA_NODE)
effective procedure
indent: INTEGER_32
writable attribute
{}
_inline_agent4 (err: STRING)
frozen
effective procedure
{}
register_protocol_factory (a_protocol_name: ABSTRACT_STRING, a_factory: FUNCTION[TUPLE, PROTOCOL])
effective procedure
{ANY}
known_protocol (a_protocol_name: ABSTRACT_STRING): BOOLEAN
effective function
{ANY}
protocol (a_protocol_name: ABSTRACT_STRING): PROTOCOL
effective function
{ANY}
recycle (a_protocol: PROTOCOL)
effective procedure
{ANY}
once function
{}
init
once procedure
{}
new_http (name: FIXED_STRING, port: INTEGER_32): HTTP_PROTOCOL
effective function
{}
new_file: FILE_PROTOCOL
effective function
{}
unused_protocols (a_protocol_name: FIXED_STRING): RECYCLING_POOL[PROTOCOL]
effective function
{}
default_create
effective procedure
{}
Default creation method.