C# Класс OpenSim.Server.Handlers.Grid.GridInfoHandlers

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IssueWarning ( ) : void
loadGridInfo ( IConfigSource configSource ) : void

Описание методов

GridInfoHandlers() публичный Метод

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
Результат System

RestGetGridInfoMethod() публичный Метод

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

XmlRpcGridInfoMethod() публичный Метод

public XmlRpcGridInfoMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
Результат Nwc.XmlRpc.XmlRpcResponse