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

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IssueWarning ( ) : void
loadGridInfo ( IConfigSource configSource ) : void

Method Details

GridInfoHandlers() public méthode

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
Résultat System

RestGetGridInfoMethod() public méthode

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
Résultat string

XmlRpcGridInfoMethod() public méthode

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