moosic_factory | index /home/daniel/projects/moosic/moosic-1.5.0/moosic_factory.py |
Factory functions for creating Moosic server proxies.
This module contains functions that make it very quick and easy to create a
proxy object that exposes all the methods of a Moosic server. These proxy
objects are instances of xmlrpclib.ServerProxy, so you should refer to the
documentation for the xmlrpclib module for more detailed information about
ServerProxy objects. These factory functions are not necessary for creating
proper Moosic server proxies, but they are a very convenient way of doing so.
This module also contains a subclass of xmlrpclib.Transport that adapts the
XML-RPC client implementation for use with Unix sockets.
It is safe to "import *" from this module.
Modules | ||||||
|
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__all__ = ('UnixStreamTransport', 'LocalMoosicProxy', 'UnixMoosicProxy', 'InetMoosicProxy', 'startServer') |