libiqxmlrpc  0.12.4
 All Classes Namespaces Files Functions Typedefs Enumerations
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNiqnetObject-oriented networking/multithreading infrastructure
|oNssl
|oCAcceptor
|oCAccepted_conn_factoryAbstract factory for accepted connections
|oCSerial_conn_factoryFactory class for single threaded connections
|oCConnectionAn established TCP-connection
|oCConnector_base
|oCConnector
|oCFirewall_baseFirewall base class
|oCInet_addrAn object representation of internet address
|oCNull_lockClass which provides null synchronization
|oCnetwork_errorException class to wrap a network's subsystem errors
|oCEvent_handlerBase class for event-driven communication classes
|oCReactor_base
|oCReactor
|oCReactor_interrupter
|oCReactor_select_implReactor implementation helper based on select() system call
|\CSocketRelatively portable socket class
\NiqxmlrpcXML-RPC library
 oNbuiltins
 oNhttpXML-RPC HTTP transport-independent infrastructure
 oNutil
 oCAuth_Plugin_baseHTTP Authentication plugin
 oCClient_base
 oCClient
 oCClient_connectionTransport independent base class for XML-RPC client's connection
 oCClient_timeoutException which be thrown by client when timeout occured
 oCClient_options
 oCMethod_dispatcher_managerClass that encapsulate control of multiple method dispatchers
 oCExceptionBase class for iqxmlrpc exceptions
 oCParse_errorXML Parser error
 oCXmlBuild_errorXML Parser error
 oCXML_RPC_violationXML-RPC structures not conforming to spec
 oCUnknown_method
 oCInvalid_meth_paramsInvalid method parameters exception
 oCFault
 oCSerial_executor_traits
 oCPool_executor_traits
 oCExecutorAbstract executor class. Defines the policy for method execution
 oCExecutor_factory_baseAbstract base for Executor's factories
 oCSerial_executorSingle thread executor
 oCSerial_executor_factoryFactory class for Serial_executor
 oCPool_executorAn Executor which plans request to be executed by a pool of threads
 oCPool_executor_factoryFactory for Pool_executor objects. It is also serves as a pool of threads
 oCHttp_client_connectionXML-RPC HTTP client's connection (works in blocking mode)
 oCHttp_proxy_client_connection
 oCHttp_server_connectionRepresents server-side HTTP non-blocking connection
 oCHttp_serverXML-RPC server that works over plain HTTP connections
 oCHttps_proxy_client_connection
 oCHttps_client_connectionXML-RPC HTTPS client's connection
 oCHttps_server_connectionRepresents server-side HTTPS non-blocking connection
 oCHttps_serverXML-RPC server that works over secured HTTP connections (HTTPS)
 oCServer_feedbackThis clas provides restricted interface of class Server for Method's needs
 oCMethod
 oCInterceptorInterceptor's base class
 oCMethod_function_adapter
 oCMethod_factory_baseAbstract factory for Method
 oCMethod_factoryTemplate for simple Method factory
 oCMethod_factory< Method_function_adapter >Specialization for funciton adapters
 oCMethod_dispatcher_baseMethod dispatcher base class
 oCBuilderBase
 oCParser
 oCStateMachine
 oCRequestIncoming RPC request
 oCRequestBuilder
 oCResponseXML-RPC response
 oCResponseBuilder
 oCServerXML-RPC server
 oCServer_connectionBase class for XML-RPC server connections
 oCServer_conn_factoryServer connections factory
 oCValueProxy class to access XML-RPC values by library users
 oCValueBuilderBase
 oCValueBuilder
 oCScalarTemplate for scalar types based on Value_type (e.g. Int, String, etc.)
 oCValue_typeBase type for XML-RPC types
 oCNilXML-RPC extension: Nil type
 oCArrayXML-RPC array type. Operates with objects of type Value, not Value_type
 oCStructXML-RPC array type. Operates with objects of type Value, not Value_type
 oCBinary_dataXML-RPC Base64 type
 oCDate_timeXML-RPC dateTime.iso8601 type
 oCValue_type_visitorThe Value_type's visitor base class
 oCPrint_value_visitorValue_type visitor that prints visited values recursively
 oCValue_type_to_xmlValue_type visitor that converts values into XML-RPC representation
 \CXmlBuilder