Метод | Описание | |
---|---|---|
GridInfoHandlers ( IConfigSource configSource ) : System |
Instantiate a GridInfoService object. GridInfoService uses the [GridInfo] section of the standard OpenSim.ini file --- which is not optimal, but anything else requires a general redesign of the config system. |
|
RestGetGridInfoMethod ( string request, string path, string param, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string | ||
XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
Метод | Описание | |
---|---|---|
IssueWarning ( ) : void | ||
loadGridInfo ( IConfigSource configSource ) : void |
public GridInfoHandlers ( IConfigSource configSource ) : System | ||
configSource | IConfigSource | |
Результат | System |
public RestGetGridInfoMethod ( string request, string path, string param, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string | ||
request | string | |
path | string | |
param | string | |
httpRequest | OpenSim.Framework.Servers.HttpServer.OSHttpRequest | |
httpResponse | OpenSim.Framework.Servers.HttpServer.OSHttpResponse | |
Результат | string |
public XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, |
||
request | Nwc.XmlRpc.XmlRpcRequest | |
remoteClient | ||
Результат | Nwc.XmlRpc.XmlRpcResponse |