libiqxmlrpc
0.12.4
|
▼Niqnet | Object-oriented networking/multithreading infrastructure |
►Nssl | |
CAccepted_conn_factory | Abstract factory for accepted connections |
CAcceptor | |
CConnection | An established TCP-connection |
CConnector | |
CConnector_base | |
CEvent_handler | Base class for event-driven communication classes |
CFirewall_base | Firewall base class |
CInet_addr | An object representation of internet address |
Cnetwork_error | Exception class to wrap a network's subsystem errors |
►CNull_lock | Class which provides null synchronization |
CReactor | |
►CReactor_base | |
CReactor_interrupter | |
CReactor_select_impl | Reactor implementation helper based on select() system call |
CSerial_conn_factory | Factory class for single threaded connections |
CSocket | Relatively portable socket class |
▼Niqxmlrpc | XML-RPC library |
►Nbuiltins | |
►Nhttp | XML-RPC HTTP transport-independent infrastructure |
►Nutil | |
►CArray | XML-RPC array type. Operates with objects of type Value, not Value_type |
CAuth_Plugin_base | HTTP Authentication plugin |
►CBinary_data | XML-RPC Base64 type |
CBuilderBase | |
CClient | |
CClient_base | |
CClient_connection | Transport independent base class for XML-RPC client's connection |
CClient_options | |
CClient_timeout | Exception which be thrown by client when timeout occured |
►CDate_time | XML-RPC dateTime.iso8601 type |
CException | Base class for iqxmlrpc exceptions |
CExecutor | Abstract executor class. Defines the policy for method execution |
CExecutor_factory_base | Abstract base for Executor's factories |
CFault | |
CHttp_client_connection | XML-RPC HTTP client's connection (works in blocking mode) |
CHttp_proxy_client_connection | |
CHttp_server | XML-RPC server that works over plain HTTP connections |
CHttp_server_connection | Represents server-side HTTP non-blocking connection |
CHttps_client_connection | XML-RPC HTTPS client's connection |
CHttps_proxy_client_connection | |
CHttps_server | XML-RPC server that works over secured HTTP connections (HTTPS) |
CHttps_server_connection | Represents server-side HTTPS non-blocking connection |
CInterceptor | Interceptor's base class |
CInvalid_meth_params | Invalid method parameters exception |
►CMethod | |
CMethod_dispatcher_base | Method dispatcher base class |
CMethod_dispatcher_manager | Class that encapsulate control of multiple method dispatchers |
CMethod_factory | Template for simple Method factory |
CMethod_factory< Method_function_adapter > | Specialization for funciton adapters |
CMethod_factory_base | Abstract factory for Method |
CMethod_function_adapter | |
CNil | XML-RPC extension: Nil type |
CParse_error | XML Parser error |
CParser | |
CPool_executor | An Executor which plans request to be executed by a pool of threads |
CPool_executor_factory | Factory for Pool_executor objects. It is also serves as a pool of threads |
CPool_executor_traits | |
CPrint_value_visitor | Value_type visitor that prints visited values recursively |
CRequest | Incoming RPC request |
CRequestBuilder | |
CResponse | XML-RPC response |
CResponseBuilder | |
CScalar | Template for scalar types based on Value_type (e.g. Int, String, etc.) |
CSerial_executor | Single thread executor |
CSerial_executor_factory | Factory class for Serial_executor |
CSerial_executor_traits | |
CServer | XML-RPC server |
CServer_conn_factory | Server connections factory |
CServer_connection | Base class for XML-RPC server connections |
CServer_feedback | This clas provides restricted interface of class Server for Method's needs |
►CStateMachine | |
►CStruct | XML-RPC array type. Operates with objects of type Value, not Value_type |
CUnknown_method | |
►CValue | Proxy class to access XML-RPC values by library users |
CValue_type | Base type for XML-RPC types |
CValue_type_to_xml | Value_type visitor that converts values into XML-RPC representation |
CValue_type_visitor | The Value_type's visitor base class |
CValueBuilder | |
CValueBuilderBase | |
CXML_RPC_violation | XML-RPC structures not conforming to spec |
CXmlBuild_error | XML Parser error |
►CXmlBuilder |