OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.Servers.HttpServer.RestHTTPHandler Class Reference
Inheritance diagram for OpenSim.Framework.Servers.HttpServer.RestHTTPHandler:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Framework.Servers.HttpServer.RestHTTPHandler:
Collaboration graph
[legend]

Public Member Functions

 RestHTTPHandler (string httpMethod, string path, GenericHTTPMethod dhttpMethod)
 
 RestHTTPHandler (string httpMethod, string path, GenericHTTPMethod dhttpMethod, string name, string description)
 
override Hashtable Handle (string path, Hashtable request)
 
- Public Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseRequestHandler
string GetParam (string path)
 
string[] SplitParams (string path)
 

Properties

GenericHTTPMethod Method [get]
 
- 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...
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Framework.Servers.HttpServer.BaseHTTPHandler
 BaseHTTPHandler (string httpMethod, string path)
 
 BaseHTTPHandler (string httpMethod, string path, string name, string description)
 
- 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)
 

Detailed Description

Definition at line 32 of file RestHTTPHandler.cs.

Constructor & Destructor Documentation

OpenSim.Framework.Servers.HttpServer.RestHTTPHandler.RestHTTPHandler ( string  httpMethod,
string  path,
GenericHTTPMethod  dhttpMethod 
)
inline

Definition at line 41 of file RestHTTPHandler.cs.

OpenSim.Framework.Servers.HttpServer.RestHTTPHandler.RestHTTPHandler ( string  httpMethod,
string  path,
GenericHTTPMethod  dhttpMethod,
string  name,
string  description 
)
inline

Definition at line 47 of file RestHTTPHandler.cs.

Member Function Documentation

override Hashtable OpenSim.Framework.Servers.HttpServer.RestHTTPHandler.Handle ( string  path,
Hashtable  request 
)
inlinevirtual

Property Documentation

GenericHTTPMethod OpenSim.Framework.Servers.HttpServer.RestHTTPHandler.Method
get

Definition at line 37 of file RestHTTPHandler.cs.


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