Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
GServer
Constants ———————————————–
Mapping of status code and error message
handle_obj specifies the object, that receives calls to request_handler and ip_auth_handler
# File xmlrpc/httpserver.rb, line 18 def initialize(handle_obj, port = 8080, host = DEFAULT_HOST, maxConnections = 4, stdlog = $stdout, audit = true, debug = true) @handler = handle_obj super(port, host, maxConnections, stdlog, audit, debug) end