instance method XMLRPC::Server#serve
serve-
Call this after you have added all you handlers to the server. This method starts the server to listen for XML-RPC requests and answer them.
class XMLRPC::Server
serveCall this after you have added all you handlers to the server. This method starts the server to listen for XML-RPC requests and answer them.