C# Class OpenSim.Server.Handlers.Simulation.AgentHandler

Afficher le fichier Open project: N3X15/VoxelSim

Protected Properties

Свойство Type Description
m_Proxy bool

Méthodes publiques

Méthode Description
AgentHandler ( ) : System
AgentHandler ( ISimulationService sim ) : System
Handler ( Hashtable request ) : Hashtable

Méthodes protégées

Méthode Description
CreateAgent ( GridRegion destination, AgentCircuitData aCircuit, uint teleportFlags, string &reason ) : bool
DoAgentDelete ( Hashtable request, Hashtable responsedata, UUID id, string action, UUID regionID ) : void
DoAgentGet ( Hashtable request, Hashtable responsedata, UUID id, UUID regionID ) : void
DoAgentPost ( Hashtable request, Hashtable responsedata, UUID id ) : void
DoAgentPut ( Hashtable request, Hashtable responsedata ) : void
ReleaseAgent ( UUID regionID, UUID id ) : void
UpdateAgent ( GridRegion destination, AgentData agent ) : bool

Private Methods

Méthode Description
GetCallerIP ( Hashtable request ) : string

Method Details

AgentHandler() public méthode

public AgentHandler ( ) : System
Résultat System

AgentHandler() public méthode

public AgentHandler ( ISimulationService sim ) : System
sim ISimulationService
Résultat System

CreateAgent() protected méthode

protected CreateAgent ( GridRegion destination, AgentCircuitData aCircuit, uint teleportFlags, string &reason ) : bool
destination OpenSim.Services.Interfaces.GridRegion
aCircuit OpenSim.Framework.AgentCircuitData
teleportFlags uint
reason string
Résultat bool

DoAgentDelete() protected méthode

protected DoAgentDelete ( Hashtable request, Hashtable responsedata, UUID id, string action, UUID regionID ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
id UUID
action string
regionID UUID
Résultat void

DoAgentGet() protected méthode

protected DoAgentGet ( Hashtable request, Hashtable responsedata, UUID id, UUID regionID ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
id UUID
regionID UUID
Résultat void

DoAgentPost() protected méthode

protected DoAgentPost ( Hashtable request, Hashtable responsedata, UUID id ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
id UUID
Résultat void

DoAgentPut() protected méthode

protected DoAgentPut ( Hashtable request, Hashtable responsedata ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
Résultat void

Handler() public méthode

public Handler ( Hashtable request ) : Hashtable
request System.Collections.Hashtable
Résultat System.Collections.Hashtable

ReleaseAgent() protected méthode

protected ReleaseAgent ( UUID regionID, UUID id ) : void
regionID UUID
id UUID
Résultat void

UpdateAgent() protected méthode

protected UpdateAgent ( GridRegion destination, AgentData agent ) : bool
destination OpenSim.Services.Interfaces.GridRegion
agent OpenSim.Framework.AgentData
Résultat bool

Property Details

m_Proxy protected_oe property

protected bool m_Proxy
Résultat bool