new(class_delim=".")
Class Public methods
Creates a new XMLRPC::BasicServer instance,
which should not be done, because XMLRPC::BasicServer is an abstract class. This
method should be called from a subclass indirectly by a super
call in the initialize method.
The paramter class_delim
is used by #add_handler, see #add_handler, when an
object is added as a handler, to delimit the object-prefix and the
method-name.
Please login to continue.