C# Class Universe.Framework.Services.ServerHandler

Inheritance: Universe.Framework.Servers.HttpServer.BaseRequestHandler
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_methods List>.Dictionary
m_registry IRegistryCore

Méthodes publiques

Méthode Description
Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
HandleMap ( OSDMap args ) : byte[]
ServerHandler ( string url, IRegistryCore registry, ConnectorBase conn ) : System

Private Methods

Méthode Description
GetMethodInfo ( string method, int parameters, MethodImplementation &methodInfo ) : bool

Method Details

Handle() public méthode

public Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
path string
requestData Stream
httpRequest Universe.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
Résultat byte[]

HandleMap() public méthode

public HandleMap ( OSDMap args ) : byte[]
args OSDMap
Résultat byte[]

ServerHandler() public méthode

public ServerHandler ( string url, IRegistryCore registry, ConnectorBase conn ) : System
url string
registry IRegistryCore
conn ConnectorBase
Résultat System

Property Details

m_methods protected_oe property

protected Dictionary> m_methods
Résultat List>.Dictionary

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore