C# Класс OpenSim.Server.Handlers.Simulation.AgentHandler

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_Proxy bool

Открытые методы

Метод Описание
AgentHandler ( ) : System
AgentHandler ( ISimulationService sim ) : System
Handler ( Hashtable request ) : Hashtable

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
GetCallerIP ( Hashtable request ) : string

Описание методов

AgentHandler() публичный Метод

public AgentHandler ( ) : System
Результат System

AgentHandler() публичный Метод

public AgentHandler ( ISimulationService sim ) : System
sim ISimulationService
Результат System

CreateAgent() защищенный Метод

protected CreateAgent ( GridRegion destination, AgentCircuitData aCircuit, uint teleportFlags, string &reason ) : bool
destination OpenSim.Services.Interfaces.GridRegion
aCircuit OpenSim.Framework.AgentCircuitData
teleportFlags uint
reason string
Результат bool

DoAgentDelete() защищенный Метод

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
Результат void

DoAgentGet() защищенный Метод

protected DoAgentGet ( Hashtable request, Hashtable responsedata, UUID id, UUID regionID ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
id UUID
regionID UUID
Результат void

DoAgentPost() защищенный Метод

protected DoAgentPost ( Hashtable request, Hashtable responsedata, UUID id ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
id UUID
Результат void

DoAgentPut() защищенный Метод

protected DoAgentPut ( Hashtable request, Hashtable responsedata ) : void
request System.Collections.Hashtable
responsedata System.Collections.Hashtable
Результат void

Handler() публичный Метод

public Handler ( Hashtable request ) : Hashtable
request System.Collections.Hashtable
Результат System.Collections.Hashtable

ReleaseAgent() защищенный Метод

protected ReleaseAgent ( UUID regionID, UUID id ) : void
regionID UUID
id UUID
Результат void

UpdateAgent() защищенный Метод

protected UpdateAgent ( GridRegion destination, AgentData agent ) : bool
destination OpenSim.Services.Interfaces.GridRegion
agent OpenSim.Framework.AgentData
Результат bool

Описание свойств

m_Proxy защищенное свойство

protected bool m_Proxy
Результат bool