C# Class Universe.Modules.Agent.Xfer.XferModule

Inheritance: INonSharedRegionModule, IXfer
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
AbortXfer ( IClientAPI remoteClient, ulong xferID ) : void
AckPacket ( IClientAPI remoteClient, ulong xferID, uint packet ) : void
AddNewFile ( string fileName, byte data ) : bool

Let the Xfer module know about a file that the client is about to request. Caller is responsible for making sure that the file is here before the client starts the XferRequest.

AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource config ) : void
NewClient ( IClientAPI client ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void
RequestXfer ( IClientAPI remoteClient, ulong xferID, string fileName ) : void

Private Methods

Méthode Description
OnClosingClient ( IClientAPI client ) : void
RemoveOrDecrement ( string fileName ) : void
RemoveXferData ( ulong xferID ) : void

Method Details

AbortXfer() public méthode

public AbortXfer ( IClientAPI remoteClient, ulong xferID ) : void
remoteClient IClientAPI
xferID ulong
Résultat void

AckPacket() public méthode

public AckPacket ( IClientAPI remoteClient, ulong xferID, uint packet ) : void
remoteClient IClientAPI
xferID ulong
packet uint
Résultat void

AddNewFile() public méthode

Let the Xfer module know about a file that the client is about to request. Caller is responsible for making sure that the file is here before the client starts the XferRequest.
public AddNewFile ( string fileName, byte data ) : bool
fileName string
data byte
Résultat bool

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config ) : void
config IConfigSource
Résultat void

NewClient() public méthode

public NewClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

RequestXfer() public méthode

public RequestXfer ( IClientAPI remoteClient, ulong xferID, string fileName ) : void
remoteClient IClientAPI
xferID ulong
fileName string
Résultat void