Transport independent base class for XML-RPC client's connection. More...
#include <client_conn.h>
Public Member Functions | |
void | set_options (const Client_options &o) |
Response | process_session (const Request &) |
Protected Member Functions | |
http::Packet * | read_response (const std::string &, bool read_hdr_only=false) |
virtual http::Packet * | do_process_session (const std::string &)=0 |
const Client_options & | opts () const |
Protected Attributes | |
unsigned | read_buf_sz |
char * | read_buf |
Transport independent base class for XML-RPC client's connection.