4 #ifndef _iqxmlrpc_client_conn_h_
5 #define _iqxmlrpc_client_conn_h_
7 #include "connection.h"
27 http::Packet* read_response(
const std::string&,
bool read_hdr_only =
false );
28 virtual http::Packet* do_process_session(
const std::string& ) = 0;
33 virtual std::string decorate_uri()
const;
XML-RPC response.
Definition: response.h:28
HTTP packet: Header + Content.
Definition: http.h:146
Transport independent base class for XML-RPC client's connection.
Definition: client_conn.h:17
Incoming RPC request.
Definition: request.h:29
XML-RPC library.
Definition: auth_plugin.cc:6
Exception which be thrown by client when timeout occured.
Definition: client_conn.h:44
Base class for iqxmlrpc exceptions.
Definition: except.h:23
Definition: client_opts.h:12