OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Server.Handlers.Grid.GridInfoHandlers Class Reference

Public Member Functions

 GridInfoHandlers (IConfigSource configSource)
 Instantiate a GridInfoService object. More...
 
XmlRpcResponse XmlRpcGridInfoMethod (XmlRpcRequest request, IPEndPoint remoteClient)
 
string RestGetGridInfoMethod (string request, string path, string param, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
 
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 for use in scripts More...
 

Detailed Description

Definition at line 44 of file GridInfoHandlers.cs.

Constructor & Destructor Documentation

OpenSim.Server.Handlers.Grid.GridInfoHandlers.GridInfoHandlers ( IConfigSource  configSource)
inline

Instantiate a GridInfoService object.

Parameters
configPathpath to config path containing grid information

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.

Definition at line 61 of file GridInfoHandlers.cs.

Member Function Documentation

string OpenSim.Server.Handlers.Grid.GridInfoHandlers.JsonGetGridInfoMethod ( string  request,
string  path,
string  param,
IOSHttpRequest  httpRequest,
IOSHttpResponse  httpResponse 
)
inline

Get GridInfo in json format: Used bu the OSSL osGetGrid* Adding the SRV_HomeIRI to the kvp returned for use in scripts

Returns
json string
Parameters
requestRequest.
path/json_grid_info
paramParameter.
httpRequestHttp request.
httpResponseHttp response.

Definition at line 170 of file GridInfoHandlers.cs.

Here is the caller graph for this function:

string OpenSim.Server.Handlers.Grid.GridInfoHandlers.RestGetGridInfoMethod ( string  request,
string  path,
string  param,
IOSHttpRequest  httpRequest,
IOSHttpResponse  httpResponse 
)
inline

Definition at line 133 of file GridInfoHandlers.cs.

Here is the caller graph for this function:

XmlRpcResponse OpenSim.Server.Handlers.Grid.GridInfoHandlers.XmlRpcGridInfoMethod ( XmlRpcRequest  request,
IPEndPoint  remoteClient 
)
inline

Definition at line 117 of file GridInfoHandlers.cs.


The documentation for this class was generated from the following file: