C# Class OpenSim.Services.RegApiHTTPHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Méthodes publiques

Свойство Type Description
m_lastNameRegistry string>.Dictionary

Protected Properties

Свойство Type Description
m_registry IRegistryCore
m_server IHttpServer

Méthodes publiques

Méthode Description
Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System

Private Methods

Méthode Description
AddCapsUrls ( OSDMap resp, UserAccount account ) : void
AddSpecificUrl ( string type ) : string

Creates a cap for the given type

AddUserToGroup ( OSDMap map ) : OSD
CheckName ( OSDMap map ) : OSD
CreateUser ( OSDMap map ) : OSD

Creates a user TODO: Does not implement the restrict to estate option

GetErrorCode ( OSDMap map ) : OSD
GetLastNames ( OSDMap map ) : OSD
ProcessLogin ( OSDMap map ) : byte[]

Method Details

Handle() public méthode

public Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest OSHttpRequest
httpResponse OSHttpResponse
Résultat byte[]

RegApiHTTPHandler() public méthode

public RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System
reg IRegistryCore
s IHttpServer
Résultat System

Property Details

m_lastNameRegistry public_oe property

public Dictionary m_lastNameRegistry
Résultat string>.Dictionary

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore

m_server protected_oe property

protected IHttpServer m_server
Résultat IHttpServer