OpenSim
|
Handler to supply the current status of this sim More...
Public Member Functions | |
SimStatusHandler () | |
Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler | |
virtual byte[] | Handle (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler | |
string | GetParam (string path) |
string[] | SplitParams (string path) |
Protected Member Functions | |
override byte[] | ProcessRequest (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler | |
BaseStreamHandler (string httpMethod, string path) | |
BaseStreamHandler (string httpMethod, string path, string name, string description) | |
BaseStreamHandler (string httpMethod, string path, IServiceAuth auth) | |
Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler | |
BaseRequestHandler (string httpMethod, string path) | |
BaseRequestHandler (string httpMethod, string path, string name, string description) | |
bool | CheckParam (string path) |
Properties | |
override string | ContentType [get] |
Properties inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler | |
int | RequestsReceived [get, set] |
int | RequestsHandled [get, set] |
virtual string | ContentType [get] |
virtual string | HttpMethod [get] |
string | Name [get, set] |
string | Description [get, set] |
virtual string | Path [get] |
Properties inherited from OpenSim.Framework.Servers.HttpServer.IRequestHandler | |
string | Name [get] |
Name for this handler. More... | |
string | Description [get] |
Description for this handler. More... | |
string | ContentType [get] |
string | HttpMethod [get] |
string | Path [get] |
int | RequestsReceived [get] |
Number of requests received by this handler More... | |
int | RequestsHandled [get] |
Number of requests handled. More... | |
Additional Inherited Members | |
Protected Attributes inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler | |
IServiceAuth | m_Auth |
Handler to supply the current status of this sim
Currently this is always OK if the simulator is still listening for connections on its HTTP service
Definition at line 802 of file OpenSimBase.cs.
|
inline |
Definition at line 804 of file OpenSimBase.cs.
|
inlineprotectedvirtual |
Reimplemented from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler.
Definition at line 806 of file OpenSimBase.cs.
|
get |
Definition at line 813 of file OpenSimBase.cs.