C# Class OpenSim.OpenSimBase.UXSimStatusHandler

Handler to supply the current extended status of this sim to a user configured URI Sends the statistical data in a json serialization If the request contains a key, "callback" the response will be wrappend in the associated value for jsonp used with ajax/javascript
Inheritance: IStreamedRequestHandler
Afficher le fichier Open project: N3X15/VoxelSim

Méthodes publiques

Méthode Description
Handle ( string path, Stream request, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
UXSimStatusHandler ( OpenSimBase sim ) : System

Method Details

Handle() public méthode

public Handle ( string path, Stream request, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
path string
request Stream
httpRequest OpenSim.Framework.Servers.HttpServer.OSHttpRequest
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
Résultat byte[]

UXSimStatusHandler() public méthode

public UXSimStatusHandler ( OpenSimBase sim ) : System
sim OpenSimBase
Résultat System