C# Class OpenSim.Framework.Console.RemoteConsole

Inheritance: CommandConsole
ファイルを表示 Open project: openmetaversefoundation/fortis-opensim

Public Methods

Method Description
CloseConnection ( UUID id ) : void
Output ( string text ) : void
Output ( string text, string level ) : void
ReadConfig ( IConfigSource config ) : void
ReadLine ( string p, bool isCommand, bool e ) : string
RemoteConsole ( string defaultPrompt ) : System
SetServer ( IHttpServer server ) : void

Private Methods

Method Description
DecodePostString ( string data ) : Hashtable
DoExpire ( ) : void
GetEvents ( UUID RequestID, UUID sessionID, string request ) : Hashtable
HandleHttpCloseSession ( Hashtable request ) : Hashtable
HandleHttpPoll ( Hashtable request ) : Hashtable
HandleHttpSessionCommand ( Hashtable request ) : Hashtable
HandleHttpStartSession ( Hashtable request ) : Hashtable
HasEvents ( UUID RequestID, UUID sessionID ) : bool
NoEvents ( UUID RequestID, UUID id ) : Hashtable

Method Details

CloseConnection() public method

public CloseConnection ( UUID id ) : void
id UUID
return void

Output() public method

public Output ( string text ) : void
text string
return void

Output() public method

public Output ( string text, string level ) : void
text string
level string
return void

ReadConfig() public method

public ReadConfig ( IConfigSource config ) : void
config IConfigSource
return void

ReadLine() public method

public ReadLine ( string p, bool isCommand, bool e ) : string
p string
isCommand bool
e bool
return string

RemoteConsole() public method

public RemoteConsole ( string defaultPrompt ) : System
defaultPrompt string
return System

SetServer() public method

public SetServer ( IHttpServer server ) : void
server IHttpServer
return void