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

Public Member Functions

Hashtable Handle (string path, Hashtable request)
 

Additional Inherited Members

- 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 87 of file IStreamHandler.cs.

Member Function Documentation

Hashtable OpenSim.Framework.Servers.HttpServer.IGenericHTTPHandler.Handle ( string  path,
Hashtable  request 
)

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