libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
iqxmlrpc::Client_connection Class Referenceabstract

Transport independent base class for XML-RPC client's connection. More...

#include <client_conn.h>

Inheritance diagram for iqxmlrpc::Client_connection:
iqxmlrpc::Http_client_connection iqxmlrpc::Https_client_connection iqxmlrpc::Https_proxy_client_connection iqxmlrpc::Http_proxy_client_connection

Public Member Functions

void set_options (const Client_options &o)
 
Response process_session (const Request &)
 

Protected Member Functions

http::Packetread_response (const std::string &, bool read_hdr_only=false)
 
virtual http::Packetdo_process_session (const std::string &)=0
 
const Client_optionsopts () const
 

Protected Attributes

unsigned read_buf_sz
 
char * read_buf
 

Detailed Description

Transport independent base class for XML-RPC client's connection.


The documentation for this class was generated from the following files: