OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Static Public Member Functions | List of all members
OpenSim.Server.Handlers.Base.RestHandlerUtils Class Reference

Static Public Member Functions

static bool GetParams (string path, out UUID uuid, out ulong regionHandle, out string action)
 Extract the param from an uri. More...
 
static bool GetAuthentication (IOSHttpRequest httpRequest, out string authority, out string authKey)
 

Detailed Description

Definition at line 39 of file Utils.cs.

Member Function Documentation

static bool OpenSim.Server.Handlers.Base.RestHandlerUtils.GetAuthentication ( IOSHttpRequest  httpRequest,
out string  authority,
out string  authKey 
)
inlinestatic

Definition at line 73 of file Utils.cs.

Here is the caller graph for this function:

static bool OpenSim.Server.Handlers.Base.RestHandlerUtils.GetParams ( string  path,
out UUID  uuid,
out ulong  regionHandle,
out string  action 
)
inlinestatic

Extract the param from an uri.

Parameters
uriSomething like this: /uuid/ or /uuid/handle/release
uriuuid on uuid field
actionoptional action

Definition at line 47 of file Utils.cs.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: