C# 클래스 OpenSim.Services.InventoryConnectorPostHandler

상속: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
파일 보기 프로젝트 열기: RevolutionSmythe/Aurora-HG-Plugin

보호된 프로퍼티들

프로퍼티 타입 설명
m_SessionID string
m_registry IRegistryCore

공개 메소드들

메소드 설명
Handle ( string path, Stream requestData, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
InventoryConnectorPostHandler ( string url, IInventoryService service, string SessionID, IRegistryCore registry ) : System

비공개 메소드들

메소드 설명
BoolResult ( bool value ) : byte[]
BuildFolder ( object>.Dictionary data ) : OpenSim.Framework.InventoryFolderBase
BuildItem ( object>.Dictionary data ) : OpenSim.Framework.InventoryItemBase
DocToBytes ( XmlDocument doc ) : byte[]
EncodeFolder ( OpenSim.Framework.InventoryFolderBase f ) : object>.Dictionary
EncodeItem ( OpenSim.Framework.InventoryItemBase item ) : object>.Dictionary
FailureResult ( ) : byte[]
HandleAddFolder ( object>.Dictionary request ) : byte[]
HandleAddItem ( object>.Dictionary request ) : byte[]
HandleDeleteFolders ( object>.Dictionary request ) : byte[]
HandleDeleteItems ( object>.Dictionary request ) : byte[]
HandleGetFolder ( object>.Dictionary request ) : byte[]
HandleGetFolderContent ( object>.Dictionary request ) : byte[]
HandleGetFolderForType ( object>.Dictionary request ) : byte[]
HandleGetFolderItems ( object>.Dictionary request ) : byte[]
HandleGetItem ( object>.Dictionary request ) : byte[]
HandleGetRootFolder ( object>.Dictionary request ) : byte[]
HandleMoveFolder ( object>.Dictionary request ) : byte[]
HandleMoveItems ( object>.Dictionary request ) : byte[]
HandlePurgeFolder ( object>.Dictionary request ) : byte[]
HandleUpdateFolder ( object>.Dictionary request ) : byte[]
HandleUpdateItem ( object>.Dictionary request ) : byte[]
SuccessResult ( ) : byte[]

메소드 상세

Handle() 공개 메소드

public Handle ( string path, Stream requestData, OpenSim.Framework.Servers.HttpServer.OSHttpRequest httpRequest, OpenSim.Framework.Servers.HttpServer.OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest OpenSim.Framework.Servers.HttpServer.OSHttpRequest
httpResponse OpenSim.Framework.Servers.HttpServer.OSHttpResponse
리턴 byte[]

InventoryConnectorPostHandler() 공개 메소드

public InventoryConnectorPostHandler ( string url, IInventoryService service, string SessionID, IRegistryCore registry ) : System
url string
service IInventoryService
SessionID string
registry IRegistryCore
리턴 System

프로퍼티 상세

m_SessionID 보호되어 있는 프로퍼티

protected string m_SessionID
리턴 string

m_registry 보호되어 있는 프로퍼티

protected IRegistryCore m_registry
리턴 IRegistryCore