C# Class OpenSim.OpenSimBase.XSimStatusHandler

Handler to supply the current extended status of this sim Sends the statistical data in a json serialization
Inheritance: IStreamedRequestHandler
Mostra file Open project: N3X15/VoxelSim

Public Methods

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

Method Details

Handle() public method

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
return byte[]

XSimStatusHandler() public method

public XSimStatusHandler ( OpenSimBase sim ) : System
sim OpenSimBase
return System