C# 클래스 OpenSim.Server.Handlers.Grid.GridInfoHandlers

파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 메소드들

메소드 설명
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