C# 클래스 OpenSim.Services.RegApiHTTPHandler

상속: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
파일 보기 프로젝트 열기: aurora-sim/Aurora-Sim-Optional-Modules

공개 프로퍼티들

프로퍼티 타입 설명
m_lastNameRegistry string>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
m_registry IRegistryCore
m_server IHttpServer

공개 메소드들

메소드 설명
Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System

비공개 메소드들

메소드 설명
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[]

메소드 상세

Handle() 공개 메소드

public Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest OSHttpRequest
httpResponse OSHttpResponse
리턴 byte[]

RegApiHTTPHandler() 공개 메소드

public RegApiHTTPHandler ( IRegistryCore reg, IHttpServer s ) : System
reg IRegistryCore
s IHttpServer
리턴 System

프로퍼티 상세

m_lastNameRegistry 공개적으로 프로퍼티

public Dictionary m_lastNameRegistry
리턴 string>.Dictionary

m_registry 보호되어 있는 프로퍼티

protected IRegistryCore m_registry
리턴 IRegistryCore

m_server 보호되어 있는 프로퍼티

protected IHttpServer m_server
리턴 IHttpServer