OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Public Member Functions | Properties | List of all members
OpenSim.Region.ClientStack.LindenUDP.LLImageManager Class Reference

This class handles UDP texture requests. More...

Public Member Functions

 LLImageManager (IClientAPI client, IAssetService pAssetCache, IJ2KDecoder pJ2kDecodeModule)
 
void EnqueueReq (TextureRequestArgs newRequest)
 Handles an incoming texture request or update to an existing texture request More...
 
bool HasUpdates ()
 
bool ProcessImageQueue (int packetsToSend)
 
void Close ()
 Faux destructor More...
 
int ClearImageQueue ()
 Clear the image queue. More...
 
J2KImage[] GetImages ()
 Returns an array containing all the images in the queue. More...
 

Properties

IClientAPI Client [get, set]
 Client served by this image manager More...
 
AssetBase MissingImage [get]
 

Detailed Description

This class handles UDP texture requests.

Definition at line 45 of file LLImageManager.cs.

Constructor & Destructor Documentation

OpenSim.Region.ClientStack.LindenUDP.LLImageManager.LLImageManager ( IClientAPI  client,
IAssetService  pAssetCache,
IJ2KDecoder  pJ2kDecodeModule 
)
inline

Definition at line 78 of file LLImageManager.cs.

Member Function Documentation

int OpenSim.Region.ClientStack.LindenUDP.LLImageManager.ClearImageQueue ( )
inline

Clear the image queue.

Returns
The number of requests cleared.

Definition at line 270 of file LLImageManager.cs.

void OpenSim.Region.ClientStack.LindenUDP.LLImageManager.Close ( )
inline

Faux destructor

Definition at line 261 of file LLImageManager.cs.

void OpenSim.Region.ClientStack.LindenUDP.LLImageManager.EnqueueReq ( TextureRequestArgs  newRequest)
inline

Handles an incoming texture request or update to an existing texture request

Parameters
newRequest

Definition at line 96 of file LLImageManager.cs.

J2KImage [] OpenSim.Region.ClientStack.LindenUDP.LLImageManager.GetImages ( )
inline

Returns an array containing all the images in the queue.

Returns

Definition at line 290 of file LLImageManager.cs.

bool OpenSim.Region.ClientStack.LindenUDP.LLImageManager.HasUpdates ( )
inline

Definition at line 209 of file LLImageManager.cs.

bool OpenSim.Region.ClientStack.LindenUDP.LLImageManager.ProcessImageQueue ( int  packetsToSend)
inline

Definition at line 216 of file LLImageManager.cs.

Property Documentation

IClientAPI OpenSim.Region.ClientStack.LindenUDP.LLImageManager.Client
getset

Client served by this image manager

Definition at line 74 of file LLImageManager.cs.

AssetBase OpenSim.Region.ClientStack.LindenUDP.LLImageManager.MissingImage
get

Definition at line 76 of file LLImageManager.cs.


The documentation for this class was generated from the following file: