메소드 | 설명 | |
---|---|---|
CreateInventoryCategory ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
HandleFetchInventory ( Stream request, UUID agentID ) : byte[] | ||
HandleFetchInventoryDescendents ( Stream request, UUID agentID ) : byte[] | ||
HandleFetchLib ( Stream request, UUID agentID ) : byte[] | ||
HandleFetchLibDescendents ( Stream request, UUID agentID ) : byte[] | ||
IncomingCapsDestruction ( ) : void | ||
IncomingCapsRequest ( UUID agentID, Framework region, ISimulationBase simbase, OSDMap &capURLs ) : void | ||
NewAgentInventoryRequest ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] |
This handles the uploading of some inventory types
|
|
NewAgentInventoryRequestVariablePrice ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
UploadCompleteHandler ( string assetName, string assetDescription, UUID assetID, UUID inventoryItem, UUID parentFolder, byte data, string inventoryType, string assetType, uint everyoneMask, uint groupMask, uint nextOwnerMask ) : UUID |
|
메소드 | 설명 | |
---|---|---|
ChargeUser ( string assetType, OSDMap map ) : bool | ||
ChargeUser ( string assetType, OSDMap map, int &charge, int &resourceCost ) : bool | ||
InternalNewAgentInventoryRequest ( OSDMap map, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : OSDMap | ||
InventoryCAPS ( ) : System |
public CreateInventoryCategory ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
리턴 | byte[] |
public HandleFetchInventory ( Stream request, UUID agentID ) : byte[] | ||
request | Stream | |
agentID | UUID | |
리턴 | byte[] |
public HandleFetchInventoryDescendents ( Stream request, UUID agentID ) : byte[] | ||
request | Stream | |
agentID | UUID | |
리턴 | byte[] |
public HandleFetchLib ( Stream request, UUID agentID ) : byte[] | ||
request | Stream | |
agentID | UUID | |
리턴 | byte[] |
public HandleFetchLibDescendents ( Stream request, UUID agentID ) : byte[] | ||
request | Stream | |
agentID | UUID | |
리턴 | byte[] |
public IncomingCapsRequest ( UUID agentID, Framework region, ISimulationBase simbase, OSDMap &capURLs ) : void | ||
agentID | UUID | |
region | Framework | |
simbase | ISimulationBase | |
capURLs | OSDMap | |
리턴 | void |
public NewAgentInventoryRequest ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
리턴 | byte[] |
public NewAgentInventoryRequestVariablePrice ( string path, Stream request, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse ) : byte[] | ||
path | string | |
request | Stream | |
httpRequest | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest | |
httpResponse | WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse | |
리턴 | byte[] |
public UploadCompleteHandler ( string assetName, string assetDescription, UUID assetID, UUID inventoryItem, UUID parentFolder, byte data, string inventoryType, string assetType, uint everyoneMask, uint groupMask, uint nextOwnerMask ) : UUID | ||
assetName | string | |
assetDescription | string | |
assetID | UUID | |
inventoryItem | UUID | |
parentFolder | UUID | |
data | byte | |
inventoryType | string | |
assetType | string | |
everyoneMask | uint | |
groupMask | uint | |
nextOwnerMask | uint | |
리턴 | UUID |