|
| Caps (IHttpServer httpServer, string httpListen, uint httpPort, string capsPath, UUID agent, string regionName) |
|
void | RegisterHandler (string capName, IRequestHandler handler) |
| Register a handler. This allows modules to register handlers. More...
|
|
void | RegisterPollHandler (string capName, PollServiceEventArgs pollServiceHandler) |
|
void | RegisterHandler (string capsName, string url) |
| Register an external handler. The service for this capability is somewhere else given by the URL. More...
|
|
void | DeregisterHandlers () |
| Remove all CAPS service handlers. More...
|
|
bool | TryGetPollHandler (string name, out PollServiceEventArgs pollHandler) |
|
Dictionary< string,
PollServiceEventArgs > | GetPollHandlers () |
|
Hashtable | GetCapsDetails (bool excludeSeed, List< string > requestedCaps) |
| Return an LLSD-serializable Hashtable describing the capabilities and their handler details. More...
|
|
void | Activate () |
|
bool | WaitForActivation () |
|
Definition at line 52 of file Caps.cs.
OpenSim.Framework.Capabilities.Caps.Caps |
( |
IHttpServer |
httpServer, |
|
|
string |
httpListen, |
|
|
uint |
httpPort, |
|
|
string |
capsPath, |
|
|
UUID |
agent, |
|
|
string |
regionName |
|
) |
| |
|
inline |
void OpenSim.Framework.Capabilities.Caps.Activate |
( |
| ) |
|
|
inline |
void OpenSim.Framework.Capabilities.Caps.DeregisterHandlers |
( |
| ) |
|
|
inline |
Remove all CAPS service handlers.
Definition at line 194 of file Caps.cs.
Hashtable OpenSim.Framework.Capabilities.Caps.GetCapsDetails |
( |
bool |
excludeSeed, |
|
|
List< string > |
requestedCaps |
|
) |
| |
|
inline |
Return an LLSD-serializable Hashtable describing the capabilities and their handler details.
- Parameters
-
excludeSeed | If true, then exclude the seed cap. |
Definition at line 222 of file Caps.cs.
void OpenSim.Framework.Capabilities.Caps.RegisterHandler |
( |
string |
capName, |
|
|
IRequestHandler |
handler |
|
) |
| |
|
inline |
Register a handler. This allows modules to register handlers.
- Parameters
-
Definition at line 149 of file Caps.cs.
void OpenSim.Framework.Capabilities.Caps.RegisterHandler |
( |
string |
capsName, |
|
|
string |
url |
|
) |
| |
|
inline |
Register an external handler. The service for this capability is somewhere else given by the URL.
- Parameters
-
Definition at line 186 of file Caps.cs.
void OpenSim.Framework.Capabilities.Caps.RegisterPollHandler |
( |
string |
capName, |
|
|
PollServiceEventArgs |
pollServiceHandler |
|
) |
| |
|
inline |
bool OpenSim.Framework.Capabilities.Caps.TryGetPollHandler |
( |
string |
name, |
|
|
out PollServiceEventArgs |
pollHandler |
|
) |
| |
|
inline |
bool OpenSim.Framework.Capabilities.Caps.WaitForActivation |
( |
| ) |
|
|
inline |
UUID OpenSim.Framework.Capabilities.Caps.AgentID |
|
get |
CapsHandlers OpenSim.Framework.Capabilities.Caps.CapsHandlers |
|
get |
string OpenSim.Framework.Capabilities.Caps.CapsObjectPath |
|
get |
Dictionary<string, string> OpenSim.Framework.Capabilities.Caps.ExternalCapsHandlers |
|
get |
string OpenSim.Framework.Capabilities.Caps.HostName |
|
get |
IHttpServer OpenSim.Framework.Capabilities.Caps.HttpListener |
|
get |
uint OpenSim.Framework.Capabilities.Caps.Port |
|
get |
string OpenSim.Framework.Capabilities.Caps.RegionName |
|
get |
bool OpenSim.Framework.Capabilities.Caps.SSLCaps |
|
get |
string OpenSim.Framework.Capabilities.Caps.SSLCommonName |
|
get |
The documentation for this class was generated from the following file: