C# Class OpenSim.Services.InventoryConnectorPostHandler

Inheritance: OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
Afficher le fichier Open project: RevolutionSmythe/Aurora-HG-Plugin

Protected Properties

Свойство Type Description
m_SessionID string
m_registry IRegistryCore

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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[]

Method Details

Handle() public méthode

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
Résultat byte[]

InventoryConnectorPostHandler() public méthode

public InventoryConnectorPostHandler ( string url, IInventoryService service, string SessionID, IRegistryCore registry ) : System
url string
service IInventoryService
SessionID string
registry IRegistryCore
Résultat System

Property Details

m_SessionID protected_oe property

protected string m_SessionID
Résultat string

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore