Difference between revisions of "Transfer Manager"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
Document the transfer manager messaging and make sure it does not allow arbitrary transfer of files.
The LLTransferManager class is a throttled data transfer system which is used primarily by the [[Asset System]] to fetch assets from Second Life. A transfer manager client makes a new instance of a class derived from LLTransferSourceParams, a new instance of a class derived from LLTransferTargetParams, and issues the request with a [[TransferRequest]] message.
 
 
 
[[TransferInfo]]
 
[[TransferPacket]]
 
[[TransferAbort]]

Revision as of 16:03, 22 November 2006

The LLTransferManager class is a throttled data transfer system which is used primarily by the Asset System to fetch assets from Second Life. A transfer manager client makes a new instance of a class derived from LLTransferSourceParams, a new instance of a class derived from LLTransferTargetParams, and issues the request with a TransferRequest message.


TransferInfo

TransferPacket

TransferAbort