C# Class OpenSim.Server.Handlers.Grid.GridInfoHandlers

Mostrar archivo Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
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, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse

Private Methods

Method Description
IssueWarning ( ) : void
loadGridInfo ( IConfigSource configSource ) : void

Method Details

GridInfoHandlers() public method

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.
public GridInfoHandlers ( IConfigSource configSource ) : System
configSource IConfigSource
return System

RestGetGridInfoMethod() public method

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
return string

XmlRpcGridInfoMethod() public method

public XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse