C# Class OpenSim.Server.Handlers.Login.LLLoginHandlers

Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method Description
HandleLLSDLogin ( OSD request, IPEndPoint remoteClient ) : OSD
HandleXMLRPCLogin ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
HandleXMLRPCSetLoginLevel ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
LLLoginHandlers ( ILoginService service, bool hasProxy ) : System

Private Methods

Method Description
FailedOSDResponse ( ) : OSD
FailedXMLRPCResponse ( ) : Nwc.XmlRpc.XmlRpcResponse

Method Details

HandleLLSDLogin() public method

public HandleLLSDLogin ( OSD request, IPEndPoint remoteClient ) : OSD
request OSD
remoteClient System.Net.IPEndPoint
return OSD

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

LLLoginHandlers() public method

public LLLoginHandlers ( ILoginService service, bool hasProxy ) : System
service ILoginService
hasProxy bool
return System