OpenSim
|
Handler to supply the current status of this sim More...
Public Member Functions | |
SimStatusHandler () | |
![]() | |
virtual byte[] | Handle (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
![]() | |
string | GetParam (string path) |
string[] | SplitParams (string path) |
Protected Member Functions | |
override byte[] | ProcessRequest (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
![]() | |
BaseStreamHandler (string httpMethod, string path) | |
BaseStreamHandler (string httpMethod, string path, string name, string description) | |
BaseStreamHandler (string httpMethod, string path, IServiceAuth auth) | |
![]() | |
BaseRequestHandler (string httpMethod, string path) | |
BaseRequestHandler (string httpMethod, string path, string name, string description) | |
bool | CheckParam (string path) |
Properties | |
override string | ContentType [get] |
![]() | |
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] |
![]() | |
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 | |
![]() | |
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.