C# Class OpenSim.ApplicationPlugins.Rest.Regions.RestRegionPlugin

Inheritance: RestPlugin
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

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

Méthodes protégées

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

Method Details

GetHandler() public méthode

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

GetHandlerRegion() public méthode

public GetHandlerRegion ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, string param ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
param string
Résultat string

GetHandlerRegions() public méthode

public GetHandlerRegions ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
Résultat string

RegionPrims() protected méthode

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

RegionStats() protected méthode

protected RegionStats ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
scene OpenSim.Region.Framework.Scenes.Scene
Résultat string

RegionTerrain() protected méthode

protected RegionTerrain ( OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse, Scene scene ) : string
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
scene OpenSim.Region.Framework.Scenes.Scene
Résultat string

ShortRegionInfo() protected méthode

protected ShortRegionInfo ( string key, string value ) : string
key string
value string
Résultat string