libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Member Functions | List of all members
iqxmlrpc::Http_proxy_client_connection Class Reference

#include <http_client.h>

Inheritance diagram for iqxmlrpc::Http_proxy_client_connection:
iqxmlrpc::Http_client_connection iqxmlrpc::Client_connection iqnet::Connection iqnet::Event_handler

Public Member Functions

 Http_proxy_client_connection (const iqnet::Socket &s, bool non_block)
 
- Public Member Functions inherited from iqxmlrpc::Http_client_connection
 Http_client_connection (const iqnet::Socket &, bool non_block)
 
void handle_input (bool &)
 
void handle_output (bool &)
 
- Public Member Functions inherited from iqxmlrpc::Client_connection
void set_options (const Client_options &o)
 
Response process_session (const Request &)
 
- Public Member Functions inherited from iqnet::Connection
 Connection (const Socket &)
 
void finish ()
 
virtual void post_accept ()
 
virtual void post_connect ()
 
const iqnet::Inet_addrget_peer_addr () const
 
Socket::Handler get_handler () const
 
virtual size_t send (const char *, size_t)
 
virtual size_t recv (char *, size_t)
 
- Public Member Functions inherited from iqnet::Event_handler
virtual bool is_stopper () const
 If this handler used as Reactor stopper.
 
virtual bool catch_in_reactor () const
 Whether reactor should catch its exceptions.
 
virtual void log_exception (const std::exception &)
 Log its exception catched in an external object.
 
virtual void log_unknown_exception ()
 Log its exception catched in an external object.
 

Additional Inherited Members

- Public Types inherited from iqxmlrpc::Http_client_connection
typedef
Http_proxy_client_connection 
Proxy_connection
 
- Protected Member Functions inherited from iqxmlrpc::Http_client_connection
http::Packetdo_process_session (const std::string &)
 
- Protected Attributes inherited from iqxmlrpc::Client_connection
unsigned read_buf_sz
 
char * read_buf
 
- Protected Attributes inherited from iqnet::Connection
Socket sock
 

Detailed Description

XML-RPC HTTP PROXY client connection. DO NOT USE IT IN YOUR CODE.


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