29 using System.Collections.Generic;
30 using System.Reflection;
34 using OpenSim.Framework;
35 using OpenSim.Framework.Servers.HttpServer;
36 using OpenSim.Server.Handlers.Base;
38 namespace OpenSim.Server.Handlers.Grid
45 base(config, server, configName)
53 server.AddXmlRPCHandler(
"get_grid_info", handlers.XmlRpcGridInfoMethod);
string RestGetGridInfoMethod(string request, string path, string param, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
Interface to OpenSimulator's built in HTTP server. Use this to register handlers (http, llsd, xmlrpc, etc.) for given URLs.
string JsonGetGridInfoMethod(string request, string path, string param, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
Get GridInfo in json format: Used bu the OSSL osGetGrid* Adding the SRV_HomeIRI to the kvp returned f...
GridInfoServerInConnector(IConfigSource config, IHttpServer server, string configName)