ulxr::Array | Implementation of a parameter collection |
ulxr::Base64 | Implementation of a base64 value |
ulxr::BodyProcessor | Helper class to process a chunk of the message body |
ulxr::Boolean | Implementation of a boolean value |
ulxr::CachedResource | Abstraction of a resource accessed via xmlrpc or http |
ulxr::Connection | Base class for connection between XML RPC client and server |
ulxr::ConnectionException | Exception due to connection or network problems |
ulxr::ConnectorWrapper< T > | Internal helper class template, not intended for public use |
ulxr::ConnectorWrapperBase | Internal helper class, not intended for public use |
ulxr::DateTime | Implementation of a date and time value |
ulxr::Dispatcher | XML RPC Dispatcher (rpc server) |
ulxr::Dispatcher::MethodCallDescriptor | |
ulxr::DispatcherData | |
ulxr::Double | Implementation of a floating point value |
ulxr::Exception | Base class for XML RPC exceptions |
ulxr::ExpatWrapper | A wrapper for expat |
ulxr::FileProcessor | Helper class to store the message body in a file |
ulxr::FileResource | A resource that caches a file |
ulxr::HtmlFormData | Helper class to deal with form data |
ulxr::HtmlFormHandler | Helper class to deal with html "post" and "get" requests |
ulxr::HttpClient | A simple client for an http connection |
ulxr::HttpProtocol | Runs http as protocol for rpc transmition |
ulxr::HttpProtocol::PImpl | |
ulxr::HttpServer | A simple server for an http connection |
ulxr::HttpServer::ThreadData | |
ulxr::Integer | Implementation of a integer value |
ulxr::Log4JSender | Simple logger support class based on log4j |
ulxr::MethodAdder | Define interface for adding rpc method to a dispatcher |
ulxr::MethodAdder::MethodCall_t | |
ulxr::MethodCall | Abstraction of a MethodCall on a remote server |
ulxr::MethodCallParser | An xml parser for a MethodCall |
ulxr::MethodCallParserBase | An xml parser for a MethodCall |
ulxr::MethodCallParserWb | An wbxml parser for a MethodCall |
ulxr::MethodException | XML RPC exception due to problems while executing the remote method |
ulxr::MethodHandler | Wrapper class for the method handlers |
ulxr::hidden::MethodHandlerWrapper< T > | Internal helper class template, not intended for public use |
ulxr::hidden::MethodHandlerWrapperBase | Internal helper class, not intended for public use |
ulxr::MethodResponse | Abstraction of a response from a remote server |
ulxr::MethodResponseParser | An xml parser for a MethodResponse |
ulxr::MethodResponseParserBase | An xml parser for a MethodResponse |
ulxr::MethodResponseParserWb | An xml parser for a MethodResponse |
ulxr::hidden::MethodWrapper< T > | Internal helper class template, not intended for public use |
ulxr::hidden::MethodWrapperBase | Internal helper class, not intended for public use |
funtik::MultiProcessRpcServer | Multi process handler for RPC requests |
funtik::MultiProcessRpcServer::ProcessContext | |
funtik::MultiProcessRpcServerError | |
ulxr::MultiThreadRpcServer | A multi threaded xml rpc server |
ulxr::MultiThreadRpcServer::ThreadData | |
ulxr::Mutex | Supporter class for mutual exclusion of processes/threads |
ulxr::Mutex::Locker | Helper class to request and release a mutex by pure presence |
ulxr::Mutex::TryLocker | Helper class to request and release a mutex by pure presence |
ulxr::ParameterException | XML RPC exception due to faulty rpc parameters |
ulxr::Protocol | Base class for the protocol of the rpc transportation |
ulxr::Protocol::AuthData | |
ulxr::Protocol::PImpl | |
ulxr::hidden::Receiver_t | Wrapper class for the receiver types |
ulxr::hidden::ReceiverWrapper< T > | Internal helper class template, not intended for public use |
ulxr::hidden::ReceiverWrapperBase | Internal helper class, not intended for public use |
ulxr::Requester | XML RPC Requester (rpc client) |
ulxr::RpcString | Implementation of a string value |
ulxr::RuntimeException | Exception due to runtime errors |
ulxr::Signature | Convenience class to generate larger signature strings for RPC methods: Usage examples: |
funtik::SSLConnection | The class for support ssl connections |
ulxr::SSLConnection | Class for ssl connections between XML RPC client and server |
funtik::SSLConnectionException | |
ulxr::StringProcessor | Helper class to store the message body in a string |
ulxr::Struct | Implementation of a "named" collection |
ulxr::Struct::Member | Implementation of a key-value pair |
ulxr::hidden::SubResource< T > | Helper class to forward a call to a resource handler |
ulxr::hidden::SubResourceBase | Interface class to forward a call to a resource handler |
ulxr::TcpIpConnection | Run a generic tcp/ip connection between a client and a server |
ulxr::TcpIpConnection::PImpl | |
ulxr::TcpIpConnection::ServerSocketData | Helper class to handle the server socket |
ulxr::Value | Abstraction of an XML RPC parameter |
ulxr::ValueBase | Base class of XML RPC parameters |
ulxr::ValueParser | Base class for XML RPC parsing |
ulxr::ValueParserBase | Base class for WBXML RPC parsing |
ulxr::ValueParserBase::ArrayState | Helper class to represent the data of the current parsing step when the xml element is an Array |
ulxr::ValueParserBase::MemberState | Helper class to represent the data of the current parsing step when the xml element is a Struct |
ulxr::ValueParserBase::ValueState | Helper class to represent the data of the current parsing step |
ulxr::ValueParserWb | Base class for WBXML RPC parsing |
ulxr::ValueParserWb::BooleanState | Helper class to represent the data of the current parsing step when the xml element is an Boolean |
ulxr::ValueParserWb::IntegerState | Helper class to represent the data of the current parsing step when the xml element is an Integer |
ulxr::VirtualResource | A resource that only exists in memory |
ulxr::Void | Implementation of a void value |
ulxr::WbXmlParser | Base class for binary XML parsing |
ulxr::WbXmlParser::Attribute | |
ulxr::WbXmlParser::WbXmlState | |
ulxr::XmlException | XML RPC exception due to a faulty xml structure |
ulxr::XmlParser | Base class for XML parsing with expat |
ulxr::XmlParserBase | Base class for XML parsing |
ulxr::XmlParserBase::ParserState | Helper class to represent the data of the current parsing step |