C# Class Universe.Services.LLLoginServiceInConnector

Inheritance: IService
Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
FinishedStartup ( ) : void
HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Method Description
FailedXMLRPCResponse ( ) : Nwc.XmlRpc.XmlRpcResponse
FailedXMLRPCResponse ( string message ) : Nwc.XmlRpc.XmlRpcResponse
InitializeHandlers ( IHttpServer server ) : void
ReadLocalServiceFromConfig ( IConfigSource config ) : void

Method Details

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

HandleXMLRPCLogin() public method

public HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

HandleXMLRPCSetLoginLevel() public method

public HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
return Nwc.XmlRpc.XmlRpcResponse

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void