C# 클래스 OpenSim.ApplicationPlugins.Rest.Regions.RestRegionPlugin

상속: RestPlugin
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 메소드들

메소드 설명
GetHandler ( string request, string path, string param, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string
GetHandlerRegion ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, string param ) : string
GetHandlerRegions ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string

보호된 메소드들

메소드 설명
RegionPrims ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene, System.Vector3 min, System.Vector3 max ) : string
RegionStats ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
RegionTerrain ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
ShortRegionInfo ( string key, string value ) : string

메소드 상세

GetHandler() 공개 메소드

public GetHandler ( 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

GetHandlerRegion() 공개 메소드

public GetHandlerRegion ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, string param ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
param string
리턴 string

GetHandlerRegions() 공개 메소드

public GetHandlerRegions ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
리턴 string

RegionPrims() 보호된 메소드

protected RegionPrims ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene, System.Vector3 min, System.Vector3 max ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
scene OpenSim.Region.Framework.Scenes.Scene
min System.Vector3
max System.Vector3
리턴 string

RegionStats() 보호된 메소드

protected RegionStats ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
scene OpenSim.Region.Framework.Scenes.Scene
리턴 string

RegionTerrain() 보호된 메소드

protected RegionTerrain ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
scene OpenSim.Region.Framework.Scenes.Scene
리턴 string

ShortRegionInfo() 보호된 메소드

protected ShortRegionInfo ( string key, string value ) : string
key string
value string
리턴 string