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

Properties

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

Property Documentation

string OpenSim.Framework.Servers.HttpServer.IRequestHandler.ContentType
get

Definition at line 54 of file IStreamHandler.cs.

string OpenSim.Framework.Servers.HttpServer.IRequestHandler.Description
get

Description for this handler.

Used for diagnostics. The path doesn't always describe what the handler does. Can be null if none specified.

Definition at line 51 of file IStreamHandler.cs.

string OpenSim.Framework.Servers.HttpServer.IRequestHandler.HttpMethod
get

Definition at line 57 of file IStreamHandler.cs.

string OpenSim.Framework.Servers.HttpServer.IRequestHandler.Name
get

Name for this handler.

Used for diagnostics. The path doesn't always describe what the handler does. Can be null if none specified.

Definition at line 42 of file IStreamHandler.cs.

string OpenSim.Framework.Servers.HttpServer.IRequestHandler.Path
get

Definition at line 60 of file IStreamHandler.cs.

int OpenSim.Framework.Servers.HttpServer.IRequestHandler.RequestsHandled
get

Number of requests handled.

Should be equal to RequestsReceived unless requested are being handled slowly or there is deadlock.

Definition at line 73 of file IStreamHandler.cs.

int OpenSim.Framework.Servers.HttpServer.IRequestHandler.RequestsReceived
get

Number of requests received by this handler

Definition at line 65 of file IStreamHandler.cs.


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