Difference between revisions of "Transfer Manager"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
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 15: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.