C# 클래스 Universe.Framework.Services.ServerHandler

상속: Universe.Framework.Servers.HttpServer.BaseRequestHandler
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_methods List>.Dictionary
m_registry IRegistryCore

공개 메소드들

메소드 설명
Handle ( string path, Stream requestData, OSHttpRequest httpRequest, OSHttpResponse httpResponse ) : byte[]
HandleMap ( OSDMap args ) : byte[]
ServerHandler ( string url, IRegistryCore registry, ConnectorBase conn ) : System

비공개 메소드들

메소드 설명
GetMethodInfo ( string method, int parameters, MethodImplementation &methodInfo ) : bool

메소드 상세

Handle() 공개 메소드

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
리턴 byte[]

HandleMap() 공개 메소드

public HandleMap ( OSDMap args ) : byte[]
args OSDMap
리턴 byte[]

ServerHandler() 공개 메소드

public ServerHandler ( string url, IRegistryCore registry, ConnectorBase conn ) : System
url string
registry IRegistryCore
conn ConnectorBase
리턴 System

프로퍼티 상세

m_methods 보호되어 있는 프로퍼티

protected Dictionary> m_methods
리턴 List>.Dictionary

m_registry 보호되어 있는 프로퍼티

protected IRegistryCore m_registry
리턴 IRegistryCore