OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenSim.Server.Handlers.Simulation.AgentPutHandler Class Reference
Inheritance diagram for OpenSim.Server.Handlers.Simulation.AgentPutHandler:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Server.Handlers.Simulation.AgentPutHandler:
Collaboration graph
[legend]

Public Member Functions

 AgentPutHandler (ISimulationService service)
 
 AgentPutHandler (string path)
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
virtual byte[] Handle (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
string GetParam (string path)
 
string[] SplitParams (string path)
 

Protected Member Functions

override byte[] ProcessRequest (string path, Stream request, IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
 
void DoAgentPut (Hashtable request, Hashtable responsedata)
 
virtual bool UpdateAgent (GridRegion destination, AgentData agent)
 
- Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
 BaseStreamHandler (string httpMethod, string path)
 
 BaseStreamHandler (string httpMethod, string path, string name, string description)
 
 BaseStreamHandler (string httpMethod, string path, IServiceAuth auth)
 
- Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
 BaseRequestHandler (string httpMethod, string path)
 
 BaseRequestHandler (string httpMethod, string path, string name, string description)
 
bool CheckParam (string path)
 

Protected Attributes

bool m_Proxy = false
 
- Protected Attributes inherited from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler
IServiceAuth m_Auth
 

Additional Inherited Members

- Properties inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
int RequestsReceived [get, set]
 
int RequestsHandled [get, set]
 
virtual string ContentType [get]
 
virtual string HttpMethod [get]
 
string Name [get, set]
 
string Description [get, set]
 
virtual string Path [get]
 
- Properties inherited from OpenSim.Framework.Servers.HttpServer.IRequestHandler
string Name [get]
 Name for this handler. More...
 
string Description [get]
 Description for this handler. More...
 
string ContentType [get]
 
string HttpMethod [get]
 
string Path [get]
 
int RequestsReceived [get]
 Number of requests received by this handler More...
 
int RequestsHandled [get]
 Number of requests handled. More...
 

Detailed Description

Definition at line 577 of file AgentHandlers.cs.

Constructor & Destructor Documentation

OpenSim.Server.Handlers.Simulation.AgentPutHandler.AgentPutHandler ( ISimulationService  service)
inline

Definition at line 584 of file AgentHandlers.cs.

OpenSim.Server.Handlers.Simulation.AgentPutHandler.AgentPutHandler ( string  path)
inline

Definition at line 590 of file AgentHandlers.cs.

Member Function Documentation

void OpenSim.Server.Handlers.Simulation.AgentPutHandler.DoAgentPut ( Hashtable  request,
Hashtable  responsedata 
)
inlineprotected

Definition at line 672 of file AgentHandlers.cs.

Here is the call graph for this function:

override byte [] OpenSim.Server.Handlers.Simulation.AgentPutHandler.ProcessRequest ( string  path,
Stream  request,
IOSHttpRequest  httpRequest,
IOSHttpResponse  httpResponse 
)
inlineprotectedvirtual

Reimplemented from OpenSim.Framework.Servers.HttpServer.BaseStreamHandler.

Definition at line 596 of file AgentHandlers.cs.

Here is the call graph for this function:

virtual bool OpenSim.Server.Handlers.Simulation.AgentPutHandler.UpdateAgent ( GridRegion  destination,
AgentData  agent 
)
inlineprotectedvirtual

Definition at line 759 of file AgentHandlers.cs.

Member Data Documentation

bool OpenSim.Server.Handlers.Simulation.AgentPutHandler.m_Proxy = false
protected

Definition at line 582 of file AgentHandlers.cs.


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